Update GLib dependency to 2.40.0
authorSebastian Dröge <sebastian@centricular.com>
Fri, 2 Oct 2015 19:19:52 +0000 (22:19 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 2 Oct 2015 19:19:52 +0000 (22:19 +0300)
configure.ac
gst-libs/gst/rtsp/gstrtspconnection.c

index 13f1044..85080dc 100644 (file)
@@ -247,7 +247,7 @@ AG_GST_CHECK_FUNCTION
 dnl *** checks for dependency libraries ***
 
 dnl GLib
-GLIB_REQ=2.32
+GLIB_REQ=2.40.0
 AG_GST_GLIB_CHECK([$GLIB_REQ])
 
 ORC_CHECK([0.4.23])
index 2063767..22e1f00 100644 (file)
@@ -64,9 +64,7 @@
 #include <gst/gst.h>
 
 /* necessary for IP_TOS define */
-#if GLIB_CHECK_VERSION(2, 36, 0)
 #include <gio/gnetworking.h>
-#endif
 
 #include "gstrtspconnection.h"