From addb006ed128ee78dd08f71f6ff08d1ad9eae63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 14 May 2009 01:31:48 +0100 Subject: [PATCH] configure: require core CVS for gst_adapter_prev_timestamp() which is used in the libvisual plugin. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6e39bfa26c..600d2fbf0e 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.23 +GST_REQ=0.10.23.1 dnl *** autotools stuff ****