[0.11] gst-plugins-good: v4l2: remove unnecessary linux/videodev.h include

Wim Taymans wtay at kemper.freedesktop.org
Tue Mar 8 09:26:33 PST 2011


Module: gst-plugins-good
Branch: 0.11
Commit: 545774d7d03dfece7de0eaffd071158150b96da2
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=545774d7d03dfece7de0eaffd071158150b96da2

Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Thu Mar  3 00:16:47 2011 +0000

v4l2: remove unnecessary linux/videodev.h include

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 |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/sys/v4l2/v4l2_calls.h b/sys/v4l2/v4l2_calls.h
index a47872d..d2e2c72 100644
--- 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



More information about the gstreamer-commits mailing list