mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
Drop usage of deprecated g-ir-scanner --strip-prefix flag
This commit is contained in:
parent
68e668168d
commit
8ab57b5b23
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue