From 4dc9a32d9aa8e5338290d517b26b6de39a7843d8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 13 May 2010 04:47:19 -0700 Subject: [PATCH] Disable Timidity support by default It's a bit of a hacky solution --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7112934..210b25f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -152,7 +152,7 @@ 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(TIMIDITY "Timidity support (for MIDI/MUS)" ON) +OPTION(TIMIDITY "Timidity support (for MIDI/MUS)" OFF) IF(WIN32) ADD_DEFINITIONS(-D_WIN32) -- 2.11.4.GIT