[gst-devel] ffmpeg & etc
Joshua N Pritikin
vishnu at pobox.com
Thu Jan 2 00:39:43 CET 2003
i am happy to see that ffmpeg CVS is being sucked into
gstreamer. However, the makefile tries to build ffmpeg
even if it is missing (e.g. no internet connection).
Attached is a trivial patch to fix it.
Wim, i am excited to see that you made the indexer changes
i was wanting. i just got back from vacation. i will try
out the new stuff as soon as possible.
--
Victory to the Divine Mother!! after all,
http://sahajayoga.org http://why-compete.org
-------------- next part --------------
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gstreamer/gst-plugins/gst-libs/ext/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- Makefile.am 27 Dec 2002 16:16:19 -0000 1.1
+++ Makefile.am 2 Jan 2003 08:36:17 -0000
@@ -1 +1,7 @@
-SUBDIRS = ffmpeg
+if USE_FFMPEG
+FFMPEG_DIR=ffmpeg
+else
+FFMPEG_DIR=
+endif
+
+SUBDIRS = $(FFMPEG_DIR)
More information about the gstreamer-devel
mailing list