[Gstreamer-bugs] [Bug 136366] Changed - dsputil.h not found

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Mar 8 11:47:26 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=136366

Changed by rbultje at ronald.bitfreak.net.

--- shadow/136366	Sun Mar  7 23:25:19 2004
+++ shadow/136366.tmp.12213	Mon Mar  8 14:47:26 2004
@@ -132,6 +132,25 @@
 but you're still using the non-autotools based build.
 
 Please re-run ./autogen.sh or ./configure. It should patch your ffmpeg
 sources and then run ./autogen.sh in your ffmpeg dir. Later on, it
 should run ./configure (an autotools-based one) in
 gst-libs/ext/ffmpeg/ffmpeg/.
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2004-03-08 14:47 -------
+Oh, got it.
+
+in gst-ffmpeg's configure.ac, change the lines:
+
+        for PATCH in patch/*.diff; do
+          patch -p0 -N -r rejects < $PATCH > /dev/null || true
+        done
+
+to
+
+        for PATCH in matroska autotools disablemmx disabletools
+disableinstalllibs; do
+          patch -p0 -N -r rejects < patch/${PATCH}.diff > /dev/null ||
+true
+        done
+
+Then it'll patch properly (= in the right order) and compile.




More information about the Gstreamer-bugs mailing list