diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-06-16 18:08:24 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-06-16 18:08:24 -0400 |
commit | 632431aecbbc75c91526db26d312e3cbfab015d4 (patch) | |
tree | 38e95b143ff07007f75734034f2391b939063459 /libs/gst/controller | |
parent | 24e34f82fc036bc84bd8568b365cc048c1e17b08 (diff) |
gi: Use INTROSPECTION_INIT for --add-init-section
This new define was added to common. The new init section fixed
compilation warning found in the init line that was spread across
all files.
Diffstat (limited to 'libs/gst/controller')
-rw-r--r-- | libs/gst/controller/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/controller/Makefile.am b/libs/gst/controller/Makefile.am index 922845d8a..c89aa9ce4 100644 --- a/libs/gst/controller/Makefile.am +++ b/libs/gst/controller/Makefile.am @@ -54,7 +54,7 @@ GstController-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstcontroller-@ --libtool="${LIBTOOL}" \ --pkg gstreamer-@GST_API_VERSION@ \ --pkg-export gstreamer-controller-@GST_API_VERSION@ \ - --add-init-section="gst_init(NULL,NULL);" \ + --add-init-section="$(INTROSPECTION_INIT)" \ --output $@ \ $(gir_headers) \ $(gir_sources) |