mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
libs:rtsp: Remove wrong dependency on Sdp for the gir file
This commit is contained in:
parent
6917cb629e
commit
de6f4f0c7f
2 changed files with 1 additions and 4 deletions
|
@ -67,16 +67,13 @@ GstRtsp-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstrtsp-@GST_API_VERS
|
||||||
--c-include "gst/rtsp/rtsp.h" \
|
--c-include "gst/rtsp/rtsp.h" \
|
||||||
-I$(top_builddir)/gst-libs \
|
-I$(top_builddir)/gst-libs \
|
||||||
-I$(top_srcdir)/gst-libs \
|
-I$(top_srcdir)/gst-libs \
|
||||||
--add-include-path=$(builddir)/../sdp \
|
|
||||||
--add-include-path=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-@GST_API_VERSION@` \
|
--add-include-path=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-@GST_API_VERSION@` \
|
||||||
--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=GstSdp-@GST_API_VERSION@ \
|
|
||||||
--libtool="$(top_builddir)/libtool" \
|
--libtool="$(top_builddir)/libtool" \
|
||||||
--pkg gio-2.0 \
|
--pkg gio-2.0 \
|
||||||
--pkg gstreamer-@GST_API_VERSION@ \
|
--pkg gstreamer-@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)" \
|
||||||
--output $@ \
|
--output $@ \
|
||||||
|
|
|
@ -60,7 +60,7 @@ if build_gir
|
||||||
identifier_prefix : 'Gst',
|
identifier_prefix : 'Gst',
|
||||||
symbol_prefix : 'gst',
|
symbol_prefix : 'gst',
|
||||||
export_packages : 'gstreamer-rtsp-1.0',
|
export_packages : 'gstreamer-rtsp-1.0',
|
||||||
includes : ['Gst-1.0', 'GstSdp-1.0', 'Gio-2.0'],
|
includes : ['Gst-1.0', 'Gio-2.0'],
|
||||||
install : true,
|
install : true,
|
||||||
extra_args : gir_init_section,
|
extra_args : gir_init_section,
|
||||||
dependencies : gstrtsp_deps
|
dependencies : gstrtsp_deps
|
||||||
|
|
Loading…
Reference in a new issue