rtsp: Add missing gio-2.0 deps and includes
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 2 Nov 2013 21:50:47 +0000 (22:50 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 2 Nov 2013 22:12:13 +0000 (23:12 +0100)
gst/rtsp/Makefile.am
gst/rtsp/gstrtspsrc.h

index 1f0213b37e818fd29dfa2ed0e3012e00a0eaf536..6397425518a42ada3e765c8ccb276b36e296923d 100644 (file)
@@ -3,8 +3,8 @@ plugin_LTLIBRARIES = libgstrtsp.la
 libgstrtsp_la_SOURCES = gstrtsp.c gstrtspsrc.c \
                        gstrtpdec.c gstrtspext.c
 
-libgstrtsp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
-libgstrtsp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) $(GST_BASE_LIBS) \
+libgstrtsp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS)
+libgstrtsp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) $(GST_BASE_LIBS) $(GIO_LIBS) \
                       -lgstrtp-@GST_API_VERSION@ -lgstrtsp-@GST_API_VERSION@ \
                       -lgstsdp-@GST_API_VERSION@ -lgstnet-@GST_API_VERSION@ $(GST_LIBS)
 libgstrtsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
index bc5b1d2228f33bd53e646871129805d3231c450b..9260068525a83de15e2faaaf83761730ba6e42d5 100644 (file)
@@ -52,6 +52,7 @@ G_BEGIN_DECLS
 #include <gst/rtsp/gstrtspmessage.h>
 #include <gst/rtsp/gstrtspurl.h>
 #include <gst/rtsp/gstrtsprange.h>
+#include <gio/gio.h>
 
 #include "gstrtspext.h"