Have Windows build with Minimaid on by default.

This commit is contained in:
Jason Felds
2015-08-20 16:50:10 -04:00
parent fc3b5eed67
commit 4344d0114a
+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!