summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-03-09 13:06:13 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-03-09 13:06:13 +0000
commit0ac32e607fa956848cf7d37645614a8715abc312 (patch)
tree77f89ff5cb29694364a57c769f632aa22610992a /configure.ac
parent1c37934861f2dd7c3ca38fe770734e2b3b30cfdb (diff)
downloadgst-plugins-bad-0ac32e607fa956848cf7d37645614a8715abc312.tar.gz
gst-plugins-bad-0ac32e607fa956848cf7d37645614a8715abc312.tar.bz2
gst-plugins-bad-0ac32e607fa956848cf7d37645614a8715abc312.zip
configure.ac: Up the gstreamer core requirement to 0.8.9.1
Original commit message from CVS: * configure.ac: Up the gstreamer core requirement to 0.8.9.1
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 f32dce0b..8add47b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -213,7 +213,7 @@ GST_CHECK_FEATURE(GCONF, [GConf libraries], , [
dnl check for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)
-GST_REQ=0.8.8.1
+GST_REQ=0.8.9.1
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
HAVE_GST="yes", HAVE_GST="no")