summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2014-11-30 17:52:47 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2014-11-30 17:55:19 -0500
commitcfa5a9d938e586c97be0bce7be779cc95ed4f9e0 (patch)
tree3e61d607e805f62d2f7a291f9920fd02e65e685a
parentd65c3bbe7e7e9f203bad70a0824065d7ea1e489e (diff)
v4l2: Remove last include to linux/videodev2.h
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
-rw-r--r--sys/v4l2/v4l2_calls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l2/v4l2_calls.h b/sys/v4l2/v4l2_calls.h
index 5a4bd8433..0437ebf39 100644
--- a/sys/v4l2/v4l2_calls.h
+++ b/sys/v4l2/v4l2_calls.h
@@ -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>