Drop usage of deprecated g-ir-scanner --strip-prefix flag
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Wed, 2 Dec 2015 07:20:45 +0000 (23:20 -0800)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:11 +0000 (19:32 +0000)
gst-libs/gst/gl/Makefile.am

index 97d0cbc..219aec8 100644 (file)
@@ -145,7 +145,8 @@ GstGL-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstgl-@GST_API_VERSION@
                GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \
                $(INTROSPECTION_SCANNER) -v --namespace GstGL \
                --nsversion=@GST_API_VERSION@ \
-               --strip-prefix=Gst \
+               --identifier-prefix=Gst \
+               --symbol-prefix=gst \
                --warn-all \
                --c-include "gst/gl/gl.h" \
                -I$(top_srcdir)/gst-libs \