openbsd-ports/multimedia/gstreamer-0.10/plugins-good/patches/patch-sys_v4l2_gstv4l2bufferpool_c
ajacoutot 664c8aafcd Major update to GStreamer plugins-good 0.10.17.
Months (years?) of changes, refer to the source for changelog.

Simplify DESCR.
Remove -esd subpackage (idea from landry, and ok espie@ naddy@)
Remove sunaudio support (solaris) and enable ossaudio to have mixing
capabilities (audio still handled with sndio by default).

tested on a bulk by jasper@
feedback and sparc64+macppc testing from landry@

"commitski" jasper, ok landry@
2009-11-29 09:17:38 +00:00

15 lines
379 B
Plaintext

$OpenBSD: patch-sys_v4l2_gstv4l2bufferpool_c,v 1.1 2009/11/29 09:17:38 ajacoutot Exp $
--- sys/v4l2/gstv4l2bufferpool.c.orig Mon Nov 23 19:54:48 2009
+++ sys/v4l2/gstv4l2bufferpool.c Mon Nov 23 19:58:04 2009
@@ -26,6 +26,10 @@
# include <config.h>
#endif
+#ifdef __OpenBSD__
+#include <sys/types.h>
+#endif
+
#include <sys/mman.h>
#include <string.h>
#include <unistd.h>