From 0249968c7125b2db31e9b7e4db9fbb2ad10201ce Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 14 Sep 2009 19:23:21 +0200 Subject: [PATCH] configure.ac: Require latest gst-plugins-base for 'playsink' --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e0db1f7c51..3d8216812d 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.1 dnl *** autotools stuff ****