projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4350524
)
v4l2: remove unnecessary linux/videodev.h include
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Thu, 3 Mar 2011 00:16:47 +0000
(
00:16
+0000)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Tue, 8 Mar 2011 14:39:25 +0000
(14:39 +0000)
Causes compilation issues with newer kernel headers where the old
v4l interface has been removed.
https://bugzilla.gnome.org/show_bug.cgi?id=643716
sys/v4l2/v4l2_calls.h
patch
|
blob
|
history
diff --git
a/sys/v4l2/v4l2_calls.h
b/sys/v4l2/v4l2_calls.h
index a47872dd435eab4eb60aec7d7ce6c1184ad0c506..d2e2c723e5634b4efbf7dda43b54ff293554095f 100644
(file)
--- a/
sys/v4l2/v4l2_calls.h
+++ b/
sys/v4l2/v4l2_calls.h
@@
-30,7
+30,6
@@
# include <libv4l2.h>
#else
# include <sys/ioctl.h>
-# include <linux/videodev.h>
# include <linux/videodev2.h>
# define v4l2_fd_open(fd, flags) (fd)
# define v4l2_close close