From e6d9cd5f16dba0c7aa8dc2a3e9b301c8f0d9929c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 24 Jun 2008 15:42:33 +0000 Subject: [PATCH] configure.ac: Depend on released versions of core and -base. Original commit message from CVS: * configure.ac: Depend on released versions of core and -base. --- ChangeLog | 5 +++++ configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c358bae99..0c58e0fe34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-24 Tim-Philipp Müller + + * configure.ac: + Depend on released versions of core and -base. + 2008-06-23 Julien Moutte * gst/matroska/matroska-demux.c: diff --git a/configure.ac b/configure.ac index 0f81eaacac..3a0377309c 100644 --- a/configure.ac +++ b/configure.ac @@ -47,8 +47,8 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.19.1 -GSTPB_REQ=0.10.19.1 +GST_REQ=0.10.20 +GSTPB_REQ=0.10.20 dnl *** autotools stuff ****