mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gst: make sure gobject-introspection scanner calls gst_init()
https://bugzilla.gnome.org/show_bug.cgi?id=647922
This commit is contained in:
parent
0bb5b6e435
commit
bc68243123
1 changed files with 1 additions and 0 deletions
|
@ -290,6 +290,7 @@ Gst-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstreamer-@GST_MAJORMINOR@
|
||||||
--pkg gthread-2.0 \
|
--pkg gthread-2.0 \
|
||||||
--pkg libxml-2.0 \
|
--pkg libxml-2.0 \
|
||||||
--pkg-export gstreamer-0.10 \
|
--pkg-export gstreamer-0.10 \
|
||||||
|
--add-init-section="gst_init(NULL, NULL);" \
|
||||||
--output $@ \
|
--output $@ \
|
||||||
$(gir_headers) \
|
$(gir_headers) \
|
||||||
$(gir_sources)
|
$(gir_sources)
|
||||||
|
|
Loading…
Reference in a new issue