webrtc: fix g-ir-scanner complaining about unstable API

This commit is contained in:
Tim-Philipp Müller 2018-03-22 13:42:31 +00:00
parent f49134095c
commit f48564b700

View file

@ -82,6 +82,7 @@ GstWebRTC-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstwebrtc-@GST_API_
--pkg gstreamer-sdp-@GST_API_VERSION@ \
--pkg-export gstreamer-webrtc-@GST_API_VERSION@ \
--add-init-section="$(INTROSPECTION_INIT)" \
-DGST_USE_UNSTABLE_API \
--output $@ \
$(gir_headers) \
$(gir_sources)