mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 06:34:10 +00:00
Turned FFmpeg on by default for faster development in Debug Build
This commit is contained in:
parent
de1cecabc2
commit
f0c21ad7a6
1 changed files with 2 additions and 2 deletions
|
@ -25,10 +25,10 @@ option(OPENAL
|
|||
"Use OpenAL soft instead of XAudio2" OFF)
|
||||
|
||||
option(FFMPEG
|
||||
"Use FMPEG to render Bink videos" OFF)
|
||||
"Use FMPEG to render Bink videos" ON)
|
||||
|
||||
option(BINKDEC
|
||||
"Use included libbinkdec to render Bink videos" ON)
|
||||
"Use included libbinkdec to render Bink videos" OFF)
|
||||
|
||||
option(USE_VULKAN
|
||||
"Use Vulkan instead of OpenGL" OFF)
|
||||
|
|
Loading…
Reference in a new issue