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
This commit is contained in:
parent
d65c3bbe7e
commit
cfa5a9d938
@ -29,7 +29,7 @@
|
|||||||
#ifdef HAVE_LIBV4L2
|
#ifdef HAVE_LIBV4L2
|
||||||
# include <libv4l2.h>
|
# include <libv4l2.h>
|
||||||
#else
|
#else
|
||||||
# include <linux/videodev2.h>
|
# include "ext/videodev2.h"
|
||||||
# include <sys/ioctl.h>
|
# include <sys/ioctl.h>
|
||||||
# include <sys/mman.h>
|
# include <sys/mman.h>
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user