summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-08 00:44:45 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-08 10:17:41 +0100
commitf1fd15077a67bc24a4b0f649f08e178d68e8cd43 (patch)
treefbb409c513d0e05c7940a6d87054d35804f888c2 /configure.ac
parentfb4f6df48885ebbd907a8b73ebac3b8f0ab95de6 (diff)
configure: bump core/base requirement to released version
Bump core requirement to released version. People should always use the same -base as core, so bump -base requirement to match core requirement. Also bump GLib requirement to GLib requirement of core.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f733a39..722c2ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,8 +45,8 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.29.2
-GSTPB_REQ=0.10.13
+GST_REQ=0.10.30
+GSTPB_REQ=0.10.30
dnl *** autotools stuff ****
@@ -102,7 +102,7 @@ dnl *** checks for library functions ***
dnl *** checks for dependancy libraries ***
dnl GLib is required
-AG_GST_GLIB_CHECK([2.6])
+AG_GST_GLIB_CHECK([2.20])
dnl checks for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)