From b137f7958183a8f6837c3fec4f23867b39d11baf Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Sat, 2 Nov 2013 22:50:47 +0100 Subject: [PATCH] rtsp: Add missing gio-2.0 deps and includes --- gst/rtsp/Makefile.am | 4 ++-- gst/rtsp/gstrtspsrc.h | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gst/rtsp/Makefile.am b/gst/rtsp/Makefile.am index 1f0213b..6397425 100644 --- a/gst/rtsp/Makefile.am +++ b/gst/rtsp/Makefile.am @@ -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) diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h index bc5b1d2..9260068 100644 --- a/gst/rtsp/gstrtspsrc.h +++ b/gst/rtsp/gstrtspsrc.h @@ -52,6 +52,7 @@ G_BEGIN_DECLS #include #include #include +#include #include "gstrtspext.h" -- 2.7.4