diff --git a/neo/CMakeLists.txt b/neo/CMakeLists.txt index f8323c5b..f32beb7c 100644 --- a/neo/CMakeLists.txt +++ b/neo/CMakeLists.txt @@ -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)