[Gstreamer-bugs] [Bug 114948] New - make install fails at gst-libs/ext/ffmpeg

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Jun 11 10:09:49 PDT 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=114948

Changed by hidetoshi.tajima at sun.com.

--- shadow/114948	Wed Jun 11 13:09:49 2003
+++ shadow/114948.tmp.17158	Wed Jun 11 13:09:49 2003
@@ -0,0 +1,32 @@
+Bug#: 114948
+Product: GStreamer
+Version: HEAD CVS
+OS: SunOS
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: minor
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: hidetoshi.tajima at sun.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: make install fails at gst-libs/ext/ffmpeg
+
+This is when ffmpeg is not present on the system.
+
+The Makefile.am there has:
+
+# on running make install, make sure make has been run first
+install:
+        cd ffmpeg && $(MAKE)
+
+This case, configure.ac has set USE_FFMPEG to FALSE, hence, FFMPEG_DIR is
+being set to NONE in the Makefile here. In spite that, due to the above
+install rule, "make install" unnecessarilly does:
+
+ cd ffmpeg && make
+
+and causes the failure.





More information about the Gstreamer-bugs mailing list