Done by pkg-config

SVN revision: 17160
This commit is contained in:
sebastid 2005-10-04 13:17:32 +00:00 committed by sebastid
parent 22f22e79d7
commit 6da7a40bac
1 changed files with 0 additions and 5 deletions

View File

@ -151,8 +151,6 @@ AC_ARG_ENABLE(gstreamer,
HAVE_GSTREAMER="no"
HAVE_GSTPLUG="no"
if test "$enable_gstreamer" != "no" ; then
gstreamer_cflags=
gstreamer_libs=
dnl Gstreamer version requirement
GST_REQS=0.8.10
@ -168,9 +166,6 @@ if test "$enable_gstreamer" != "no" ; then
gstreamer-plugins-$GST_MAJORMINOR >= $GSTPLUG_REQS,
HAVE_GSTPLUG="yes", HAVE_GSTPLUG="no")
AC_MSG_RESULT($HAVE_GSTPLUG)
AC_SUBST(GST_CFLAGS)
AC_SUBST(GST_LIBS)
fi
if test "$enable_gstreamer$HAVE_GSTREAMER" = "yesno" ; then
AC_MSG_ERROR(gstreamer not found)