diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-04-20 16:07:04 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-04-20 16:07:04 +0000 |
commit | 09442a643f746e42096fc924d6e97492d8ab8ba7 (patch) | |
tree | 53644aec59f1c8f9e3b36e5ea18f4852f9aad1fa /configure.ac | |
parent | 3424bfe93c1783212c309b7d33e57fd1e86ac127 (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.ac | 2 |
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") |