diff options
-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") |