v4l2: Remove last include to linux/videodev2.h
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Sun, 30 Nov 2014 22:52:47 +0000 (17:52 -0500)
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Sun, 30 Nov 2014 22:55:19 +0000 (17:55 -0500)
We now use and update our internal copy so we no longer have to ifdef
the entire code for features and defines that where added over the
years.

https://bugzilla.gnome.org/show_bug.cgi?id=740905

sys/v4l2/v4l2_calls.h

index 5a4bd84..0437ebf 100644 (file)
@@ -29,7 +29,7 @@
 #ifdef HAVE_LIBV4L2
 #  include <libv4l2.h>
 #else
-#  include <linux/videodev2.h>
+#  include "ext/videodev2.h"
 #  include <sys/ioctl.h>
 #  include <sys/mman.h>
 #  include <unistd.h>