From b878495d665167ddccf3517ffbe73ac62637cb7a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 3 Oct 2001 15:24:14 +0000 Subject: [PATCH] dnl'd ffmpeg/Makefile Original commit message from CVS: dnl'd ffmpeg/Makefile --- configure.base | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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