[Gstreamer-bugs] [Bug 105467] Changed - Check for V4L2 is not robust enough

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri Feb 7 01:29:31 PST 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=105467

Changed by loban at earthling.net.

--- shadow/105467	Fri Feb  7 02:20:20 2003
+++ shadow/105467.tmp.21051	Fri Feb  7 04:29:31 2003
@@ -29,6 +29,18 @@
 
 ------- Additional Comments From rbultje at ronald.bitfreak.net  2003-02-07 02:20 -------
 I just checked and v4l2 doesn't have versions anymore. I guess Gerd
 removed them for some reason... I could check for absence of this
 variable and only continue compiling if it's not there... Would that
 be ok?
+
+------- Additional Comments From loban at earthling.net  2003-02-07 04:29 -------
+I dunno. Were the versions removed when the API was deemed stable and
+unchanging? If that's the case, it seems like your idea is a
+reasonable check to make.
+
+However, I think the most robust solution is to have one of them
+"./configure checks" that attempts to compile a small program that
+includes the videodev2.h file and manipulates the questionable
+structs. If the compilation fails, then the videodev2.h is too old.
+
+At the very least, these issues should be documented in the README. :-)





More information about the Gstreamer-bugs mailing list