From b74b06239b1c09d9c8e69c5019fe6550d3873697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 9 Jan 2007 10:37:01 +0000 Subject: [PATCH] configure.ac: Require core CVS HEAD for Andy's basesrc/sink API additions. Original commit message from CVS: * configure.ac: Require core CVS HEAD for Andy's basesrc/sink API additions. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2be02ef3fd..5300f5319b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-09 Tim-Philipp Müller + + * configure.ac: + Require core CVS HEAD for Andy's basesrc/sink API additions. + 2007-01-08 Tim-Philipp Müller Patch by: Günter Thelen diff --git a/configure.ac b/configure.ac index e861f40979..d9aa795edb 100644 --- a/configure.ac +++ b/configure.ac @@ -52,7 +52,7 @@ dnl AS_LIBTOOL_TAGS AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.10.1 +GST_REQ=0.10.11.1 dnl *** autotools stuff ****