diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-12-29 17:29:17 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-12-29 17:29:17 +0000 |
commit | d56ba2c7806884e3c4a94cf5bde67e2482dc216a (patch) | |
tree | 36be7442cbcb9a6e35cfaa05d1b14f1381ef5c59 /configure.ac | |
parent | 9c52a9cd0993b34d0cf02a8fea4fd39b4e8609c0 (diff) | |
download | gst-plugins-bad-d56ba2c7806884e3c4a94cf5bde67e2482dc216a.tar.gz gst-plugins-bad-d56ba2c7806884e3c4a94cf5bde67e2482dc216a.tar.bz2 gst-plugins-bad-d56ba2c7806884e3c4a94cf5bde67e2482dc216a.zip |
Update to latest API changes in GLib/GIO and require at least gio-2.0 2.15.0 for this.
Original commit message from CVS:
* configure.ac:
* ext/gio/gstgio.c:
* ext/gio/gstgio.h:
* ext/gio/gstgiobasesink.h:
* ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
* ext/gio/gstgiobasesrc.h:
* ext/gio/gstgiosink.c: (gst_gio_sink_start):
* ext/gio/gstgiosink.h:
* ext/gio/gstgiosrc.h:
* ext/gio/gstgiostreamsink.h:
* ext/gio/gstgiostreamsrc.h:
* tests/check/pipelines/gio.c:
Update to latest API changes in GLib/GIO and require at least
gio-2.0 2.15.0 for this.
* ext/gio/Makefile.am:
Add GST_PLUGIN_LDFLAGS to LDFLAGS.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dd21249d..ec60e610 100644 --- a/configure.ac +++ b/configure.ac @@ -585,7 +585,7 @@ AG_GST_CHECK_FEATURE(FAAD, [AAC decoder plug-in], faad, [ 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 >= 0.1.2, HAVE_GIO="yes", [ + PKG_CHECK_MODULES(GIO, gio-2.0 >= 2.15.0, HAVE_GIO="yes", [ HAVE_GIO="no" AC_MSG_RESULT(no) ]) |