Update GLib dependency to 2.40.0

This commit is contained in:
Sebastian Dröge 2015-10-02 22:19:52 +03:00
parent 042e71a117
commit 4115814f36
2 changed files with 1 additions and 3 deletions

View 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])

View 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"