summaryrefslogtreecommitdiff
path: root/gst-libs/gst/rtsp
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2015-06-16 18:04:57 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2015-06-16 18:04:57 -0400
commitc101452a4aea031c8a8d093806a8eac3826c4004 (patch)
tree91cdf6989e7e972d5906fc725b2c38a6de102e5a /gst-libs/gst/rtsp
parentb59cc6acb7182e47fda38858f5137c857c65d996 (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 'gst-libs/gst/rtsp')
-rw-r--r--gst-libs/gst/rtsp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/rtsp/Makefile.am b/gst-libs/gst/rtsp/Makefile.am
index ce990fea7..ede5706c9 100644
--- a/gst-libs/gst/rtsp/Makefile.am
+++ b/gst-libs/gst/rtsp/Makefile.am
@@ -76,7 +76,7 @@ GstRtsp-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstrtsp-@GST_API_VERS
--pkg gstreamer-@GST_API_VERSION@ \
--pkg gstreamer-sdp-@GST_API_VERSION@ \
--pkg-export gstreamer-rtsp-@GST_API_VERSION@ \
- --add-init-section="gst_init(NULL,NULL);" \
+ --add-init-section="$(INTROSPECTION_INIT)" \
--output $@ \
$(gir_headers) \
$(gir_sources)