summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-14 01:31:48 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-14 01:31:48 +0100
commitaddb006ed128ee78dd08f71f6ff08d1ad9eae63c (patch)
tree6c327a0b752c56c3981842e0ef43bfe2cb113fec /configure.ac
parente19ddef9a0ce863dca3d355284c03bfc324dc04a (diff)
configure: require core CVS for gst_adapter_prev_timestamp()
which is used in the libvisual plugin.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6e39bfa2..600d2fbf 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 ****