V4L/DVB (10908): videobuf-core: also needs a minimal subset of V4L1 header
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 10 Mar 2009 21:30:27 +0000 (18:30 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:19 +0000 (12:43 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
include/media/videobuf-core.h

index 874f134..1c5946c 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <linux/poll.h>
 #ifdef CONFIG_VIDEO_V4L1_COMPAT
+#define __MIN_V4L1
 #include <linux/videodev.h>
 #endif
 #include <linux/videodev2.h>