up gst requirement for fractions

Original commit message from CVS:
up gst requirement for fractions
This commit is contained in:
Thomas Vander Stichele 2004-07-28 12:15:24 +00:00
parent 77ec1207d3
commit 8d23684c03
2 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac: update GStreamer requirement to 0.8.4 because of
GstFraction.
2004-07-28 Wim Taymans <wim@fluendo.com>
* gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),

View file

@ -189,8 +189,9 @@ GST_CHECK_FEATURE(GCONF, [GConf libraries], , [
AC_SUBST(GCONF_LIBS)
])
dnl check for gstreamer; uninstalled is selected preferentially -- see pkg-config(1)
GST_REQ=0.8.1.1
dnl check for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)
GST_REQ=0.8.4.0
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
HAVE_GST="yes", HAVE_GST="no")