From 1093c2f5a20a8ca67cc206a2005c783972578a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 9 May 2006 17:40:41 +0000 Subject: [PATCH] configure.ac: Require core CVS for the new newsegment stuff. Original commit message from CVS: * configure.ac: Require core CVS for the new newsegment stuff. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d56680c5b4..bf0813cf3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-09 Tim-Philipp Müller + + * configure.ac: + Require core CVS for the new newsegment stuff. + 2006-05-09 Tim-Philipp Müller Patch by: Sjoerd Simons diff --git a/configure.ac b/configure.ac index f7e721590f..e04ae08a9e 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,7 @@ dnl AS_LIBTOOL_TAGS AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.4.1 +GST_REQ=0.10.5.1 dnl *** autotools stuff ****