summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-07-30 13:41:55 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-07-30 13:41:55 +0000
commitf4f262ce2d73214311480735aa9b2f626a1a6278 (patch)
treeceacee3d97bb319111e2355df044f8ee10383b5a /configure.ac
parentd5d8fb996e752f741f5097c22ebcc7629010d6f3 (diff)
downloadgst-plugins-bad-f4f262ce2d73214311480735aa9b2f626a1a6278.tar.gz
gst-plugins-bad-f4f262ce2d73214311480735aa9b2f626a1a6278.tar.bz2
gst-plugins-bad-f4f262ce2d73214311480735aa9b2f626a1a6278.zip
don't use stupid colorspace, do use hermes, make macro, mark for translation
Original commit message from CVS: don't use stupid colorspace, do use hermes, make macro, mark for translation
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 bf86ef6c..dfda2755 100644
--- a/configure.ac
+++ b/configure.ac
@@ -191,7 +191,7 @@ GST_CHECK_FEATURE(GCONF, [GConf libraries], , [
dnl check for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)
-GST_REQ=0.8.4.0
+GST_REQ=0.8.4
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
HAVE_GST="yes", HAVE_GST="no")