Turned FFmpeg on by default for faster development in Debug Build

This commit is contained in:
Robert Beckebans 2020-03-27 18:58:12 +01:00
parent de1cecabc2
commit f0c21ad7a6

View file

@ -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)