summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-01-16 05:40:48 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-16 05:40:48 +0000
commitae0feba9ec333fc281df4b3ab2ae1119da35f8b6 (patch)
tree86eb81146f9f26f177fddfb372933de2096ab19b /configure.ac
parent92c780879605a52da6cd338af22f935cfca8feb1 (diff)
downloadgst-plugins-bad-ae0feba9ec333fc281df4b3ab2ae1119da35f8b6.tar.gz
gst-plugins-bad-ae0feba9ec333fc281df4b3ab2ae1119da35f8b6.tar.bz2
gst-plugins-bad-ae0feba9ec333fc281df4b3ab2ae1119da35f8b6.zip
Update for API changes in GIO and require GIO 2.15.2 for this.
Original commit message from CVS: * configure.ac: * tests/check/pipelines/gio.c: (GST_START_TEST): Update for API changes in GIO and require GIO 2.15.2 for this.
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 1b0d08bd..bc13b65a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -595,7 +595,7 @@ AG_GST_CHECK_FEATURE(FBDEV, [linux framebuffer], fbdevsink, [
dnl *** libgio ***
translit(dnm, m, l) AM_CONDITIONAL(USE_GIO, true)
AG_GST_CHECK_FEATURE(GIO, [GIO library], gio, [
- PKG_CHECK_MODULES(GIO, gio-2.0 >= 2.15.1, HAVE_GIO="yes", [
+ PKG_CHECK_MODULES(GIO, gio-2.0 >= 2.15.2, HAVE_GIO="yes", [
HAVE_GIO="no"
AC_MSG_RESULT(no)
])