mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-23 02:00:58 +00:00
FFMPEG=OFF BINKDEC=ON is the new default, easier for Linux
This commit is contained in:
parent
645e26da74
commit
6b570562f3
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue