Skip to content

Fix building contribs with a compiler that defaults to C++17

Martin Storsjö requested to merge mstorsjo/vlc:cxx17 into master

This fixes building with newer compilers that default to C++17 if nothing is specified (which is the default since GCC 11 and Clang 16).

Merge request reports