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 /src/plugins/Output | |
| 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
Diffstat (limited to 'src/plugins/Output')
| -rw-r--r-- | src/plugins/Output/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
