Merge pull request #749 from wolfman2000/wolf-win32-minimaid

Have Windows build with Minimaid on by default.
This commit is contained in:
Kyzentun
2015-08-20 14:52:22 -06:00
+1 -1
View File
@@ -27,7 +27,7 @@ option(WITH_NO_ROLC_TOMCRYPT "Build without the ROLC assembly instructions for t
option(WITH_GPL_LIBS "Build with GPL libraries." ON)
if(WIN32)
option(WITH_MINIMAID "Build with Mimimaid Lights Support." OFF)
option(WITH_MINIMAID "Build with Mimimaid Lights Support." ON)
elseif(LINUX)
option(WITH_FFMPEG "Build with FFMPEG." ON)
# Builder beware: later versions of ffmpeg may break!