diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-14 10:38:21 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-14 10:38:21 +0000 |
| commit | 095abc2e238556b3b89f55a6c7885450e3e3385b (patch) | |
| tree | 6c2afff150a179e640d6579828a98108850a981a /src/plugins/Input/CMakeLists.txt | |
| parent | a21018491ad5f53521b63dba062e2d7e87efc1c5 (diff) | |
| download | qmmp-095abc2e238556b3b89f55a6c7885450e3e3385b.tar.gz qmmp-095abc2e238556b3b89f55a6c7885450e3e3385b.tar.bz2 qmmp-095abc2e238556b3b89f55a6c7885450e3e3385b.zip | |
enabled cue support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1221 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 3a98630c6..6ac96c92a 100644 --- a/src/plugins/Input/CMakeLists.txt +++ b/src/plugins/Input/CMakeLists.txt @@ -10,7 +10,7 @@ SET(USE_MAD TRUE CACHE BOOL "enable/disable mad 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") +SET(USE_CUE TRUE CACHE BOOL "enable/disable cue plugin") #SET(USE_MPLAYER TRUE CACHE BOOL "enable/disable mplayer support") #SET(USE_CDA TRUE CACHE BOOL "enable/disable cd audio support") |
