rtsp: Also use libgstbase for introspection module

This commit is contained in:
Edward Hervey 2018-06-29 08:53:48 +02:00 committed by Edward Hervey
parent a9e72b3b7f
commit 017dd37f86

View file

@ -75,10 +75,12 @@ GstRtsp-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstrtsp-@GST_API_VERS
--library=libgstrtsp-@GST_API_VERSION@.la \ --library=libgstrtsp-@GST_API_VERSION@.la \
--include=Gio-2.0 \ --include=Gio-2.0 \
--include=Gst-@GST_API_VERSION@ \ --include=Gst-@GST_API_VERSION@ \
--include=GstBase-@GST_API_VERSION@ \
--include=GstSdp-@GST_API_VERSION@ \ --include=GstSdp-@GST_API_VERSION@ \
--libtool="${LIBTOOL}" \ --libtool="${LIBTOOL}" \
--pkg gio-2.0 \ --pkg gio-2.0 \
--pkg gstreamer-@GST_API_VERSION@ \ --pkg gstreamer-@GST_API_VERSION@ \
--pkg gstreamer-base-@GST_API_VERSION@ \
--pkg gstreamer-sdp-@GST_API_VERSION@ \ --pkg gstreamer-sdp-@GST_API_VERSION@ \
--pkg-export gstreamer-rtsp-@GST_API_VERSION@ \ --pkg-export gstreamer-rtsp-@GST_API_VERSION@ \
--add-init-section="$(INTROSPECTION_INIT)" \ --add-init-section="$(INTROSPECTION_INIT)" \