summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-01-14 16:44:44 +0000
committerAndy Wingo <wingo@pobox.com>2002-01-14 16:44:44 +0000
commit7a91639ab786d1dcf6140cb5f3507cdbe9a83eaa (patch)
treef913b46b2e24b0988402139aec2f6e6d6d035d36 /configure.ac
parentf46c98ca133e5019f17516fb286ef534c38a2f0f (diff)
downloadgst-plugins-bad-7a91639ab786d1dcf6140cb5f3507cdbe9a83eaa.tar.gz
gst-plugins-bad-7a91639ab786d1dcf6140cb5f3507cdbe9a83eaa.tar.bz2
gst-plugins-bad-7a91639ab786d1dcf6140cb5f3507cdbe9a83eaa.zip
unrevert taaz's 0.3.1 patch
Original commit message from CVS: unrevert taaz's 0.3.1 patch
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 265c44f3..edb4d5f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,7 @@ else
fi
dnl check for gstreamer; uninstalled is selected preferentially -- see pkg-config(1)
-PKG_CHECK_MODULES(GST, gstreamer >= 0.3.0, HAVE_GST="yes", HAVE_GST="no")
+PKG_CHECK_MODULES(GST, gstreamer >= 0.3.1, HAVE_GST="yes", HAVE_GST="no")
if test "x$HAVE_GST" = "xno"; then
AC_MSG_ERROR(no GStreamer found)