From 1a0b218006b38173270aba5b8a68d54bcb0d8496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 27 Oct 2008 09:42:55 +0000 Subject: [PATCH] configure.ac: Require CVS of core for the last change. Original commit message from CVS: * configure.ac: Require CVS of core for the last change. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bf01db27b0..6add35fa33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-27 Sebastian Dröge + + * configure.ac: + Require CVS of core for the last change. + 2008-10-27 Sebastian Dröge * gst/flv/Makefile.am: diff --git a/configure.ac b/configure.ac index 34c5f7361a..e644d5fd8b 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.21 +GST_REQ=0.10.21.1 GSTPB_REQ=0.10.20 dnl *** autotools stuff ****