mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
rtsp: Also use libgstbase for introspection module
This commit is contained in:
parent
a9e72b3b7f
commit
017dd37f86
1 changed files with 2 additions and 0 deletions
|
@ -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)" \
|
||||||
|
|
Loading…
Reference in a new issue