fix broken configure output

SVN revision: 22274
This commit is contained in:
Mike Frysinger 2006-04-21 00:47:22 +00:00
parent 8eb5d91620
commit 2e3db1f70f
1 changed files with 0 additions and 2 deletions

View File

@ -167,12 +167,10 @@ if test "$enable_gstreamer" != "no" ; then
PKG_CHECK_MODULES(GST, \
gstreamer-$GST_MAJORMINOR >= $GST_REQS,
HAVE_GSTREAMER="yes", HAVE_GSTREAMER="no")
AC_MSG_RESULT($HAVE_GSTREAMER)
PKG_CHECK_MODULES(GSTPLUG, \
gstreamer-plugins-base-$GST_MAJORMINOR >= $GSTPLUG_REQS,
HAVE_GSTPLUG="yes", HAVE_GSTPLUG="no")
AC_MSG_RESULT($HAVE_GSTPLUG)
AM_GST_ELEMENT_CHECK(
[ffmpeg],