summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-04-20 16:07:04 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-04-20 16:07:04 +0000
commitf69b9d014202ee338132dea0ceb080fd2feb1a91 (patch)
tree25973e1295105aad77c27e6e542ee50d3672db9f /configure.ac
parent106b4faf08ae85d326d547f2d826f0f557312d23 (diff)
up required gst version fix po download snippet
Original commit message from CVS: up required gst version fix po download snippet
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 0952bcaa..1130e9cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -188,7 +188,7 @@ GST_CHECK_FEATURE(GCONF, [GConf libraries], , [
])
dnl check for gstreamer; uninstalled is selected preferentially -- see pkg-config(1)
-GST_REQ=0.8.0
+GST_REQ=0.8.1
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
HAVE_GST="yes", HAVE_GST="no")