mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
g-i: fix init section to avoid compiler warnings
This commit is contained in:
parent
a526e5634e
commit
106d4e98f5
1 changed files with 2 additions and 2 deletions
|
@ -206,8 +206,8 @@ GES-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libges-@GST_API_VERSION@.la
|
|||
--pkg gstreamer-controller-@GST_API_VERSION@ \
|
||||
--pkg gio-2.0 \
|
||||
--pkg-export ges-@GST_API_VERSION@ \
|
||||
--add-init-section="gst_init(NULL, NULL);" \
|
||||
--add-init-section="ges_init(NULL, NULL);" \
|
||||
--add-init-section="$(INTROSPECTION_INIT)" \
|
||||
--add-init-section="extern gboolean ges_init(void); ges_init();" \
|
||||
--output $@ \
|
||||
$(gir_headers) \
|
||||
$(gir_sources)
|
||||
|
|
Loading…
Reference in a new issue