diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-26 16:12:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-26 16:25:12 +0000 |
commit | ac78c96728fffafde4881f0888cfdacb617ea839 (patch) | |
tree | 09eeb59f82e61612d8fd733fe7b35b61c76e0ea2 /main/gst-plugins-good1/uclibc-o_cloexec.patch | |
parent | 4f429e6125c7bf6b165f7fef1aea92a1a0a0fc18 (diff) | |
download | aports-ac78c96728fffafde4881f0888cfdacb617ea839.tar.bz2 aports-ac78c96728fffafde4881f0888cfdacb617ea839.tar.xz |
main/gst-plugins-good1: upgrade to 1.2.0
Diffstat (limited to 'main/gst-plugins-good1/uclibc-o_cloexec.patch')
-rw-r--r-- | main/gst-plugins-good1/uclibc-o_cloexec.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/gst-plugins-good1/uclibc-o_cloexec.patch b/main/gst-plugins-good1/uclibc-o_cloexec.patch new file mode 100644 index 0000000000..91fa7b94c5 --- /dev/null +++ b/main/gst-plugins-good1/uclibc-o_cloexec.patch @@ -0,0 +1,10 @@ +--- ./sys/v4l2/gstv4l2bufferpool.c.orig 2013-09-26 15:06:24.538190075 +0000 ++++ ./sys/v4l2/gstv4l2bufferpool.c 2013-09-26 15:08:34.062894231 +0000 +@@ -30,6 +30,7 @@ + #include <string.h> + #include <unistd.h> + #if HAVE_DECL_V4L2_MEMORY_DMABUF ++#define __USE_GNU + #include <fcntl.h> + #endif + |