FFMPEG=OFF BINKDEC=ON is the new default, easier for Linux

This commit is contained in:
Robert Beckebans 2024-07-19 11:19:04 +02:00
parent 645e26da74
commit 6b570562f3

View file

@ -30,10 +30,10 @@ option(OPENAL
"Use OpenAL soft instead of XAudio2" OFF)
option(FFMPEG
"Use FMPEG to render Bink videos" ON)
"Use FMPEG to render Bink videos" OFF)
option(BINKDEC
"Use included libbinkdec to render Bink videos" OFF)
"Use included libbinkdec to render Bink videos" ON)
option(USE_MoltenVK
"Link directly to MoltenVK library instead of Vulkan loader on macOS" OFF)