Skip to content

meson: Do not add MSVC warnings flags globally

These get added to all subprojects, including ones we do not maintain such as ffmpeg which then emits thousands of warnings that completely overwhelm the compile output.

We will add these in each gstreamer subproject separately.

Merge request reports