mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
rtsp: make g-ir-scanner include Gio-2.0 to suppress complaints about GSocket etc.
This commit is contained in:
parent
97d60612a4
commit
bd4bf43171
1 changed files with 2 additions and 1 deletions
|
@ -71,12 +71,13 @@ GstRtsp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstrtsp-@GST_MAJORMINO
|
||||||
--add-include-path=$(builddir)/../sdp \
|
--add-include-path=$(builddir)/../sdp \
|
||||||
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-@GST_MAJORMINOR@` \
|
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-@GST_MAJORMINOR@` \
|
||||||
--library=libgstrtsp-@GST_MAJORMINOR@.la \
|
--library=libgstrtsp-@GST_MAJORMINOR@.la \
|
||||||
|
--include=Gio-2.0 \
|
||||||
--include=Gst-@GST_MAJORMINOR@ \
|
--include=Gst-@GST_MAJORMINOR@ \
|
||||||
--include=GstSdp-@GST_MAJORMINOR@ \
|
--include=GstSdp-@GST_MAJORMINOR@ \
|
||||||
--libtool="$(top_builddir)/libtool" \
|
--libtool="$(top_builddir)/libtool" \
|
||||||
|
--pkg gio-2.0 \
|
||||||
--pkg gstreamer-@GST_MAJORMINOR@ \
|
--pkg gstreamer-@GST_MAJORMINOR@ \
|
||||||
--pkg gstreamer-sdp-@GST_MAJORMINOR@ \
|
--pkg gstreamer-sdp-@GST_MAJORMINOR@ \
|
||||||
--pkg gio-2.0 \
|
|
||||||
--pkg-export gstreamer-rtsp-@GST_MAJORMINOR@ \
|
--pkg-export gstreamer-rtsp-@GST_MAJORMINOR@ \
|
||||||
--add-init-section="gst_init(NULL,NULL);" \
|
--add-init-section="gst_init(NULL,NULL);" \
|
||||||
--output $@ \
|
--output $@ \
|
||||||
|
|
Loading…
Reference in a new issue