diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-22 22:02:48 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-22 22:02:48 +0000 |
| commit | e1c05b3f03704b42bfd093be3cdcd4d53d3e383b (patch) | |
| tree | ed97bf6ab1e6c1999b29f13db7c0aeba5b04a8ff /src/plugins/Input/CMakeLists.txt | |
| parent | 8dd8b452d8e8e8ef33be0421153d9026a432535a (diff) | |
| download | qmmp-e1c05b3f03704b42bfd093be3cdcd4d53d3e383b.tar.gz qmmp-e1c05b3f03704b42bfd093be3cdcd4d53d3e383b.tar.bz2 qmmp-e1c05b3f03704b42bfd093be3cdcd4d53d3e383b.zip | |
enabled wavpack plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1252 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/CMakeLists.txt')
| -rw-r--r-- | src/plugins/Input/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/CMakeLists.txt b/src/plugins/Input/CMakeLists.txt index 66a2f46fa..0376e68da 100644 --- a/src/plugins/Input/CMakeLists.txt +++ b/src/plugins/Input/CMakeLists.txt @@ -7,7 +7,7 @@ SET(USE_VORBIS TRUE CACHE BOOL "enable/disable ogg vorbis plugin") #SET(USE_FFMPEG TRUE CACHE BOOL "enable/disable ffmpeg plugin") SET(USE_MPC TRUE CACHE BOOL "enable/disable mpc plugin") SET(USE_SNDFILE TRUE CACHE BOOL "enable/disable sndfile plugin") -#SET(USE_WAVPACK TRUE CACHE BOOL "enable/disable wavpack plugin") +SET(USE_WAVPACK TRUE CACHE BOOL "enable/disable wavpack plugin") #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") |
