summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-06-24 15:42:33 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-06-24 15:42:33 +0000
commite6d9cd5f16dba0c7aa8dc2a3e9b301c8f0d9929c (patch)
tree6ea882b888e3c956ac1d754c2b12edfaf3c3d697 /configure.ac
parent75c5d2e4efe9b19c3e1033557c93c2db621bddd7 (diff)
configure.ac: Depend on released versions of core and -base.
Original commit message from CVS: * configure.ac: Depend on released versions of core and -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 0f81eaac..3a037730 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.19.1
-GSTPB_REQ=0.10.19.1
+GST_REQ=0.10.20
+GSTPB_REQ=0.10.20
dnl *** autotools stuff ****