From 4115814f36bc46d0b6444b11206cdaaf6e494360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 2 Oct 2015 22:19:52 +0300 Subject: [PATCH] Update GLib dependency to 2.40.0 --- configure.ac | 2 +- gst-libs/gst/rtsp/gstrtspconnection.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 13f104450a..85080dc611 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c index 206376706b..22e1f0027a 100644 --- a/gst-libs/gst/rtsp/gstrtspconnection.c +++ b/gst-libs/gst/rtsp/gstrtspconnection.c @@ -64,9 +64,7 @@ #include /* necessary for IP_TOS define */ -#if GLIB_CHECK_VERSION(2, 36, 0) #include -#endif #include "gstrtspconnection.h"