diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-04-02 16:58:41 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-04-02 16:58:41 +0000 |
| commit | 03691f84bc4f919762b4804cda79430ea5f46e7c (patch) | |
| tree | 0d64ef213a8771928e74ddefa73d251afdce79b7 | |
| parent | db37033dd5ec69524f611b65cb74ded1141a9ccc (diff) | |
| download | qmmp-03691f84bc4f919762b4804cda79430ea5f46e7c.tar.gz qmmp-03691f84bc4f919762b4804cda79430ea5f46e7c.tar.bz2 qmmp-03691f84bc4f919762b4804cda79430ea5f46e7c.zip | |
fixed cmake scripts
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2143 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/plugins/Effect/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/plugins/Input/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/Output/CMakeLists.txt | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/Effect/CMakeLists.txt b/src/plugins/Effect/CMakeLists.txt index 93b530212..1b9517799 100644 --- a/src/plugins/Effect/CMakeLists.txt +++ b/src/plugins/Effect/CMakeLists.txt @@ -2,7 +2,7 @@ SET(USE_SRC TRUE CACHE BOOL "enable/disable SRC plugin") SET(USE_BS2B TRUE CACHE BOOL "enable/disable bs2b plugin") SET(USE_LADSPA TRUE CACHE BOOL "enable/disable ladspa plugin") SET(USE_CROSSFADE TRUE CACHE BOOL "enable/disable crossfade plugin") -SET(USE_STEREO TRUE CACHE BOLL "enable/disable extra stereo plugin") +SET(USE_STEREO TRUE CACHE BOOL "enable/disable extra stereo plugin") IF(USE_SRC) add_subdirectory(srconverter) diff --git a/src/plugins/Input/CMakeLists.txt b/src/plugins/Input/CMakeLists.txt index 08ff6a96d..d49cf7379 100644 --- a/src/plugins/Input/CMakeLists.txt +++ b/src/plugins/Input/CMakeLists.txt @@ -12,8 +12,8 @@ SET(USE_MODPLUG TRUE CACHE BOOL "enable/disable modplug plugin") SET(USE_AAC TRUE CACHE BOOL "enable/disable aac plugin") SET(USE_CUE TRUE CACHE BOOL "enable/disable cue plugin") SET(USE_CDA TRUE CACHE BOOL "enable/disable cd audio support") -SET(USE_MIDI TRUE CACHE BOLL "enable/disable midi support") -SET(USE_GME TRUE CACHE BOLL "enable/disable game music plugin") +SET(USE_MIDI TRUE CACHE BOOL "enable/disable midi support") +SET(USE_GME TRUE CACHE BOOL "enable/disable game music plugin") pkg_check_modules(TAGLIB taglib) diff --git a/src/plugins/Output/CMakeLists.txt b/src/plugins/Output/CMakeLists.txt index da349e5a3..dad290460 100644 --- a/src/plugins/Output/CMakeLists.txt +++ b/src/plugins/Output/CMakeLists.txt @@ -1,7 +1,7 @@ SET(USE_ALSA TRUE CACHE BOOL "enable/disable alsa plugin") SET(USE_JACK TRUE CACHE BOOL "enable/disable jack plugin") SET(USE_OSS TRUE CACHE BOOL "enable/disable oss plugin") -SET(USE_OSS4 FALSE CACHE BOLL "enable/disable oss4 plugin") +SET(USE_OSS4 FALSE CACHE BOOL "enable/disable oss4 plugin") SET(USE_PULSE TRUE CACHE BOOL "enable/disable pulse audio plugin") SET(USE_NULL TRUE CACHE BOOL "enable/disable null output plugin") SET(USE_WAVEOUT TRUE CACHE BOOL "enable/disable Win32 waveout plugin") |
