Disable unused options
[platform/upstream/alure.git] / CMakeLists.txt
index b0e45eb..90d5c26 100644 (file)
@@ -166,11 +166,11 @@ ENDIF(HAVE_DLFCN_H)
 OPTION(DYNLOAD    "Dynamically load support libs at run-time" ON)
 OPTION(SNDFILE    "SoundFile support (for various formats)" ON)
 OPTION(VORBIS     "VorbisFile support (for Ogg Vorbis)"  ON)
-OPTION(FLAC       "FLAC support (for FLAC and Ogg FLAC)" ON)
-OPTION(MPG123     "MPG123 support (for MP1/MP2/MP3)" ON)
-OPTION(DUMB       "DUMB support (for IT/XM/S3M/MOD)" ON)
+OPTION(FLAC       "FLAC support (for FLAC and Ogg FLAC)" OFF)
+OPTION(MPG123     "MPG123 support (for MP1/MP2/MP3)" OFF)
+OPTION(DUMB       "DUMB support (for IT/XM/S3M/MOD)" OFF)
 OPTION(MODPLUG    "ModPlug support (for IT/XM/S3M/MOD)" OFF)
-OPTION(FLUIDSYNTH "FluidSynth support (for MID)" ON)
+OPTION(FLUIDSYNTH "FluidSynth support (for MID)" OFF)
 
 IF(WIN32)
     ADD_DEFINITIONS(-D_WIN32)