Skip to content

meson: use the same compiler flags as configure.ac

Steve Lhomme requested to merge robUx4/vlc:meson-conf into master

And remove some useless defines in config.h for Windows.

-Wall produces a ton of new warnings with clang-cl (not all useful) so I disabled it for now for clang-cl.

Merge request reports