788dd02
Patch by Robert Scheck <robert@fedoraproject.org> for libunicap >= 0.9.12, which switches
788dd02
after the removal of v4l1 from the Linux kernel to the libv4l1compat header of libv4l.
788dd02
788dd02
--- libunicap-0.9.12/cpi/v4l/v4l.c			2010-01-17 08:49:29.000000000 +0100
788dd02
+++ libunicap-0.9.12/cpi/v4l/v4l.c.videodev		2011-10-09 02:50:26.000000000 +0200
788dd02
@@ -49,7 +49,7 @@
788dd02
 #endif
788dd02
 #include <debug.h>
788dd02
 
788dd02
-#include <linux/videodev.h>
788dd02
+#include <libv4l1-videodev.h>
788dd02
 #include <linux/videodev2.h> // for v4l2 checks
788dd02
 
788dd02
 #include "v4l.h"
788dd02
--- libunicap-0.9.12/cpi/v4l2cpi/uvcvideo.h		2010-01-17 08:49:29.000000000 +0100
788dd02
+++ libunicap-0.9.12/cpi/v4l2cpi/uvcvideo.h.videodev	2011-10-09 02:50:09.000000000 +0200
788dd02
@@ -2,7 +2,7 @@
788dd02
 #define _USB_VIDEO_H_
788dd02
 
788dd02
 #include <linux/kernel.h>
788dd02
-#include <linux/videodev.h>
788dd02
+#include <libv4l1-videodev.h>
788dd02
 
788dd02
 #include "uvc_compat.h"
788dd02