mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +00:00
g-i: fix init section to avoid compiler warnings
This commit is contained in:
parent
b08ef6b9ef
commit
0482dab36b
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ GstValidate-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstvalidate-@GST_
|
|||
--pkg glib-2.0 \
|
||||
--pkg gobject-2.0 \
|
||||
--pkg-export gstvalidate-@GST_API_VERSION@ \
|
||||
--add-init-section="gst_init(NULL, NULL);" \
|
||||
--add-init-section="$(INTROSPECTION_INIT)" \
|
||||
--output $@ \
|
||||
$(gir_headers) \
|
||||
$(gir_sources)
|
||||
|
|
Loading…
Reference in a new issue