mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
Update GLib dependency to 2.40.0
This commit is contained in:
parent
042e71a117
commit
4115814f36
2 changed files with 1 additions and 3 deletions
|
@ -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])
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue