summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEdward Hervey <edward.hervey@collabora.co.uk>2010-12-17 12:12:01 +0100
committerEdward Hervey <edward.hervey@collabora.co.uk>2010-12-17 12:12:01 +0100
commitef2dbac0fa79a6fd5bcb264bf93135826b9bc797 (patch)
tree690a799ec58404dfcdc2655edf053d031a08deef /configure.ac
parentc43fceaefaa28f2fd7d485abeef455e4aa12bffb (diff)
configure.ac: Bump GLib requirement to 2.22
In sync with gstreamer core
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 722c2ca..44d6b22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,7 +102,7 @@ dnl *** checks for library functions ***
dnl *** checks for dependancy libraries ***
dnl GLib is required
-AG_GST_GLIB_CHECK([2.20])
+AG_GST_GLIB_CHECK([2.22])
dnl checks for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)