diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-04-21 19:45:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-04-21 19:45:51 +0000 |
| commit | 3995fa88592e1b0ed2c35c42940b5af3be954819 (patch) | |
| tree | be4f5e68a4c5684f9d5c862074814f0a5fed318d /src/plugins/Input/CMakeLists.txt | |
| parent | 1ebcb405edc1e0341adb8f134215a5be1e45aef6 (diff) | |
| download | qmmp-3995fa88592e1b0ed2c35c42940b5af3be954819.tar.gz qmmp-3995fa88592e1b0ed2c35c42940b5af3be954819.tar.bz2 qmmp-3995fa88592e1b0ed2c35c42940b5af3be954819.zip | |
added modplug plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@348 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 ef6db0a97..420ec6126 100644 --- a/src/plugins/Input/CMakeLists.txt +++ b/src/plugins/Input/CMakeLists.txt @@ -6,6 +6,7 @@ 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_MODPLUG TRUE CACHE BOOL "enable/disable modplug plugin") IF(USE_MAD) MESSAGE( STATUS "MAD ON") @@ -55,3 +56,10 @@ add_subdirectory(wavpack) ELSE(USE_WAVPACK) MESSAGE( STATUS "WAVPACK OFF") ENDIF(USE_WAVPACK) + +IF(USE_MODPLUG) +MESSAGE( STATUS "MODPLUG ON") +add_subdirectory(modplug) +ELSE(USE_MODPLUG) +MESSAGE( STATUS "MODPLUG OFF") +ENDIF(USE_MODPLUG) |
