From fc66ca5ed8e5ea0e108a49916693ab8ec2789f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 9 Aug 2009 02:04:46 +0100 Subject: [PATCH] configure: bump core/base requirements to released version To avoid confusion. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5f5a4bc8ab..18b55f4409 100644 --- a/configure.ac +++ b/configure.ac @@ -45,8 +45,8 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.23.1 -GSTPB_REQ=0.10.23.1 +GST_REQ=0.10.24 +GSTPB_REQ=0.10.24 dnl *** autotools stuff ****