summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-11 15:36:36 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-11 15:36:36 +0200
commit27c57e3e154857e17cc9a0b0506428363924e3f9 (patch)
tree02f94d1e44bcb24f5927a38919b2d849f0234a82 /configure.ac
parente0f42443365dcae0d4e13e01c9854c508ff68695 (diff)
Require released versions of core/base
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index cd473d1b..99bafc2a 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.22
-GSTPB_REQ=0.10.22.1
+GST_REQ=0.10.23
+GSTPB_REQ=0.10.23
dnl *** autotools stuff ****