[gst-cvs] CVS: gstreamer configure.base,1.86,1.87
Thomas Vander Stichele
thomasvs at users.sourceforge.net
Wed Oct 3 08:25:03 PDT 2001
Update of /cvsroot/gstreamer/gstreamer
In directory usw-pr-cvs1:/tmp/cvs-serv12113
Modified Files:
configure.base
Log Message:
dnl'd ffmpeg/Makefile
Index: configure.base
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/configure.base,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- configure.base 2001/10/02 06:01:49 1.86
+++ configure.base 2001/10/03 15:24:14 1.87
@@ -83,6 +83,9 @@
HAVE_NASM="yes"
fi
+dnl Check for pkgconfig
+AC_CHECK_PROG(HAVE_PKGCONFIG, pkg-config, true, false)
+
dnl check for gtkdoc
AC_CHECK_PROG(HAVE_GTK_DOC, gtkdoc-mkdb, true, false)
AC_CHECK_PROG(HAVE_GTK_DOC, gtkdoc-scanobj, :, false)
@@ -1221,7 +1224,7 @@
plugins/rtp/rtpsend/Makefile
plugins/mulaw/Makefile
plugins/alaw/Makefile
-plugins/ffmpeg/Makefile
+dnl until ffmpeg is handled by configure plugins/ffmpeg/Makefile
plugins/filters/Makefile
plugins/filters/smooth/Makefile
plugins/filters/median/Makefile
More information about the Gstreamer-commits
mailing list