blob: 91fa7b94c5689ff5c42d6467c01f4af00a677e4e (
plain)
1
2
3
4
5
6
7
8
9
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
|