Bump GLib requirement to >= 2.22

See http://gstreamer.freedesktop.org/wiki/ReleasePlanning/GLibRequirement
This commit is contained in:
Tim-Philipp Müller 2010-12-01 23:57:36 +00:00
parent a538abad86
commit 0ad9a954fe

View file

@ -535,7 +535,7 @@ LIBS="$save_libs"
dnl *** checks for dependency libraries *** dnl *** checks for dependency libraries ***
dnl GLib dnl GLib
GLIB_REQ=2.20 GLIB_REQ=2.22
AG_GST_GLIB_CHECK([$GLIB_REQ]) AG_GST_GLIB_CHECK([$GLIB_REQ])