From ba49058ea9a26ab53c5e8b09f3f5278e901a8827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 10 Aug 2009 22:22:39 +0100 Subject: [PATCH] configure: bump core/base requirements to released versions to avoid confusion. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d72d012336..b64271b07c 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.23.1 -GSTPB_REQ=0.10.23 +GST_REQ=0.10.24 +GSTPB_REQ=0.10.24 dnl *** autotools stuff ****