Skip to content

meson: Fix warning

Zhao Gang requested to merge zhao-gang/gst-plugins-rs:fix-warning into main

Fixed following warning.

gst-plugins-rs| WARNING: You should add the boolean check kwarg to the run_command call. gst-plugins-rs| It currently defaults to false, gst-plugins-rs| but it will default to true in future releases of meson. gst-plugins-rs| See also: https://github.com/mesonbuild/meson/issues/9300

Merge request reports