From c397047a6f059fbaa2670951ec0f32ec4098c985 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 28 Jul 2004 12:15:24 +0000 Subject: [PATCH] up gst requirement for fractions Original commit message from CVS: up gst requirement for fractions --- ChangeLog | 9 +++++++-- configure.ac | 5 +++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b226c21..86bc370 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-28 Thomas Vander Stichele + + * configure.ac: update GStreamer requirement to 0.8.4 because of + GstFraction. + 2004-07-28 Wim Taymans * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt), @@ -32,14 +37,14 @@ * gst/wavenc/gstwavenc.c: * gst/wavparse/gstwavparse.c: fix local includes and 64 bits constants - + 2004-07-27 Steve Lhomme * win32/gst.sln: * gst-libs/gst/*/*.vcproj: * gst/*/*.vcproj: more working plugins - + 2004-07-27 Zaheer Abbas Merali * testsuite/alsa/Makefile.am: diff --git a/configure.ac b/configure.ac index b4b3539..f9b6fdf 100644 --- a/configure.ac +++ b/configure.ac @@ -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") -- 2.7.4