Disabled FFmpeg by default because there are some serious issues with ffmpeg on Ubuntu 14.04 which cause a black screen after the intro video #92

This commit is contained in:
Robert Beckebans 2014-04-21 20:33:19 +02:00
parent b0b0d8ed76
commit e47429f532

View file

@ -16,7 +16,7 @@ option(OPENAL
"Use OpenAL soft instead of XAudio2" OFF) "Use OpenAL soft instead of XAudio2" OFF)
option(FFMPEG option(FFMPEG
"Use FMPEG to render Bink videos" ON) "Use FMPEG to render Bink videos" OFF)
if(UNIX) if(UNIX)
set(OPENAL TRUE) set(OPENAL TRUE)