diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-06 14:13:41 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-06 14:13:41 +0000 |
| commit | 892d61b4dc43869940959a82197d865390c04509 (patch) | |
| tree | aea57b6a989e172de3bd5822b44dfe82e7e22376 /src/plugins/Input/CMakeLists.txt | |
| parent | db6aae42c16c42785d5e0a6c04d8159dade97cee (diff) | |
| download | qmmp-892d61b4dc43869940959a82197d865390c04509.tar.gz qmmp-892d61b4dc43869940959a82197d865390c04509.tar.bz2 qmmp-892d61b4dc43869940959a82197d865390c04509.zip | |
added wavpack plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@263 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/CMakeLists.txt')
| -rw-r--r-- | src/plugins/Input/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/Input/CMakeLists.txt b/src/plugins/Input/CMakeLists.txt index 8114bc092..ef6db0a97 100644 --- a/src/plugins/Input/CMakeLists.txt +++ b/src/plugins/Input/CMakeLists.txt @@ -5,6 +5,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") IF(USE_MAD) MESSAGE( STATUS "MAD ON") @@ -47,3 +48,10 @@ add_subdirectory(sndfile) ELSE(USE_SNDFILE) MESSAGE( STATUS "SNDFILE OFF") ENDIF(USE_SNDFILE) + +IF(USE_WAVPACK) +MESSAGE( STATUS "WAVPACK ON") +add_subdirectory(wavpack) +ELSE(USE_WAVPACK) +MESSAGE( STATUS "WAVPACK OFF") +ENDIF(USE_WAVPACK) |
