summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <niels.degraef@barco.com>2019-06-02 21:45:19 +0200
committerNiels De Graef <niels.degraef@barco.com>2019-06-02 21:45:19 +0200
commit8e948f9e148a7ee54c00cbf34e3f3329adf83557 (patch)
treed8882673a1bc69463408d168e657e3e4e4a24c4f
parent2e59973cca6d42657bfeb27006343d28d023c0b7 (diff)
downloadgst-libav-8e948f9e148a7ee54c00cbf34e3f3329adf83557.tar.gz
meson: Bump minimal GLib version to 2.44
This means we can use some newer features and get rid of some boilerplate code using the G_DECLARE_* macros. As discussed on IRC, 2.44 is old enough by now to start depending on it.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3027a44..3c865e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,7 @@ dnl *** checks for library functions ***
dnl *** checks for dependancy libraries ***
dnl GLib is required
-GLIB_REQ=2.40.0
+GLIB_REQ=2.44.0
AC_SUBST([GLIB_REQ])
AG_GST_GLIB_CHECK([$GLIB_REQ])