From a2ee06db3c33158d7180dac140fdd9624c25d8f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 18 Nov 2009 10:14:41 +0000 Subject: [PATCH] configure: bump core requirement to 0.10.25.1 We depend on new API that's only in git so far. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 63c30546c4..bc3e66bf65 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,7 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.25 +GST_REQ=0.10.25.1 dnl *** autotools stuff ****