summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-08 18:47:23 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-08 18:47:23 +0000
commit8891a9b9837196e91653d1f9a5ee5ff0a02bf848 (patch)
tree31508ec706e8df5f5008a4e99fb14013545a5953 /configure.ac
parent45b5967d7a55ddec96bcb773db35d7420f6b09c6 (diff)
configure.ac: Since we use functions from CVS, up requirement.
Original commit message from CVS: * configure.ac: Since we use functions from CVS, up requirement.
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 b50d45f0..f7124165 100644
--- a/configure.ac
+++ b/configure.ac
@@ -208,7 +208,7 @@ GST_CHECK_FEATURE(GCONF, [GConf libraries], , [
dnl check for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)
-GST_REQ=0.8.7.1
+GST_REQ=0.8.8.1
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
HAVE_GST="yes", HAVE_GST="no")