From bd4bf43171e232fadc9ed24bcfe9a44abcb07a62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 7 Feb 2012 23:42:48 +0000 Subject: [PATCH] rtsp: make g-ir-scanner include Gio-2.0 to suppress complaints about GSocket etc. --- gst-libs/gst/rtsp/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/rtsp/Makefile.am b/gst-libs/gst/rtsp/Makefile.am index db466ff..8822f6a 100644 --- a/gst-libs/gst/rtsp/Makefile.am +++ b/gst-libs/gst/rtsp/Makefile.am @@ -71,12 +71,13 @@ GstRtsp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstrtsp-@GST_MAJORMINO --add-include-path=$(builddir)/../sdp \ --add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-@GST_MAJORMINOR@` \ --library=libgstrtsp-@GST_MAJORMINOR@.la \ + --include=Gio-2.0 \ --include=Gst-@GST_MAJORMINOR@ \ --include=GstSdp-@GST_MAJORMINOR@ \ --libtool="$(top_builddir)/libtool" \ + --pkg gio-2.0 \ --pkg gstreamer-@GST_MAJORMINOR@ \ --pkg gstreamer-sdp-@GST_MAJORMINOR@ \ - --pkg gio-2.0 \ --pkg-export gstreamer-rtsp-@GST_MAJORMINOR@ \ --add-init-section="gst_init(NULL,NULL);" \ --output $@ \ -- 2.7.4