[Gstreamer-bugs] [Bug 130800] New - Compile error when using non standard x install

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Jan 7 11:35:52 PST 2004


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=130800

Changed by matt_lavin at us.ibm.com.

--- shadow/130800	Wed Jan  7 14:35:52 2004
+++ shadow/130800.tmp.20038	Wed Jan  7 14:35:52 2004
@@ -0,0 +1,32 @@
+Bug#: 130800
+Product: GStreamer
+Version: 0.7.3
+OS: Windows
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: matt_lavin at us.ibm.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: Compile error when using non standard x install
+
+When X is installed into a non-standard location, ie. /opt/XFree86-4.4RC2
+the plugins will not compile properly.  Unfortunally I fixed the problem
+before I copied the exact error.  My fix was to change
+
+libgstvideo4linux_la_CFLAGS = $(GST_CFLAGS)
+
+to
+
+libgstvideo4linux_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS)
+
+in gst-plugins/sys/v4l/Makefile.am
+
+That allows an extra include directory that configure detects for the X
+include files.  That might not cover all the issues, but it solved my only
+problem.




More information about the Gstreamer-bugs mailing list