[gstreamer-bugs] [Bug 300495] configure does not find v4l, v4l2, Xlib.h, and SDL

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Apr 15 02:50:16 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=300495
 GStreamer | gst-plugins | Ver: 0.8.8

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk



------- Additional Comments From Tim-Philipp Müller  2005-04-15 05:50 -------
We probably need something like this, don't we?

--- configure.ac        14 Apr 2005 11:34:47 -0000      1.524.2.17
+++ configure.ac        15 Apr 2005 09:44:19 -0000
@@ -607,7 +607,10 @@
                   [ximagesink], [
   AC_PATH_XTRA
   dnl now try to find the HEADER
+  save_cflags=$CFLAGS
+  CFLAGS="$CFLAGS $X_CFLAGS"
   AC_CHECK_HEADER(X11/Xlib.h, HAVE_X="yes", HAVE_X="no")
+  CFLAGS="$save_cflags"

   if test "x$HAVE_X" = "xno"
   then

Cheers
 -Tim


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list