summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-10-03 15:24:14 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-10-03 15:24:14 +0000
commitb878495d665167ddccf3517ffbe73ac62637cb7a (patch)
tree32f411353a047867656ed28c29639c1d15c0325f
parent2ee27e3b1fbca563cc5402463bac8c840f5b79a5 (diff)
downloadgstreamer-b878495d665167ddccf3517ffbe73ac62637cb7a.tar.gz
dnl'd ffmpeg/Makefile
Original commit message from CVS: dnl'd ffmpeg/Makefile
-rw-r--r--configure.base5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.base b/configure.base
index 47065d5d72..750ddba124 100644
--- a/configure.base
+++ b/configure.base
@@ -83,6 +83,9 @@ else
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/Makefile
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