diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2005-03-09 13:06:13 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2005-03-09 13:06:13 +0000 |
commit | 0ac32e607fa956848cf7d37645614a8715abc312 (patch) | |
tree | 77f89ff5cb29694364a57c769f632aa22610992a | |
parent | 1c37934861f2dd7c3ca38fe770734e2b3b30cfdb (diff) | |
download | gst-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
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-03-09 Jan Schmidt <thaytan@mad.scientist.com> + + * configure.ac: + Up the gstreamer core requirement to 0.8.9.1 + 2005-03-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * configure.ac: 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") |