mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
sdp: remove gst_init() for g-i scanner here again as well to avoid problems with -Wl,--as-needed
This commit is contained in:
parent
49e4173c84
commit
99b6b1bbb8
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ GstSdp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstsdp-@GST_MAJORMINOR@
|
||||||
--libtool="$(top_builddir)/libtool" \
|
--libtool="$(top_builddir)/libtool" \
|
||||||
--pkg gstreamer-@GST_MAJORMINOR@ \
|
--pkg gstreamer-@GST_MAJORMINOR@ \
|
||||||
--pkg-export gstreamer-sdp-@GST_MAJORMINOR@ \
|
--pkg-export gstreamer-sdp-@GST_MAJORMINOR@ \
|
||||||
--add-init-section="gst_init(NULL,NULL);" \
|
|
||||||
--output $@ \
|
--output $@ \
|
||||||
$(gir_headers) \
|
$(gir_headers) \
|
||||||
$(gir_sources)
|
$(gir_sources)
|
||||||
|
|
Loading…
Reference in a new issue