Update to gstreamer1-1.6.1.

This commit is contained in:
ajacoutot 2015-10-30 20:28:28 +00:00
parent fc05c186b8
commit 96b042853d
2 changed files with 2 additions and 17 deletions

View File

@ -1,2 +1,2 @@
SHA256 (gstreamer/gstreamer-1.6.0.tar.xz) = Uu+IVkev7xHIt2Ramv7+BKoJ6JccS5MudxeHKrijD8w=
SIZE (gstreamer/gstreamer-1.6.0.tar.xz) = 3549712
SHA256 (gstreamer/gstreamer-1.6.1.tar.xz) = lzo/ITyNQdbdDk5+OP1szKzVrhrAnhF5qNXYae8KXJw=
SIZE (gstreamer/gstreamer-1.6.1.tar.xz) = 3552476

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-libs_gst_helpers_gst-ptp-helper_c,v 1.1 2015/09/27 08:21:39 ajacoutot Exp $
XXX push upstream
/usr/include/net/if.h:351: error: field 'ifru_addr' has incomplete type
--- libs/gst/helpers/gst-ptp-helper.c.orig Sat Sep 26 09:17:14 2015
+++ libs/gst/helpers/gst-ptp-helper.c Sat Sep 26 09:20:26 2015
@@ -37,6 +37,7 @@
#include <sys/types.h>
#include <errno.h>
#include <sys/ioctl.h>
+#include <sys/socket.h>
#include <net/if.h>
#include <netinet/in.h>
#include <string.h>