diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-29 18:39:40 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-29 18:39:40 +0000 |
| commit | 6dc1e536ffa3478baafd63246707c84f9e4c99db (patch) | |
| tree | d9f03b421cd5c33c8687f93a7759859a30ce7d98 /src/plugins/Input/CMakeLists.txt | |
| parent | 5dc0158eea0d4ff35e5d02b03b1e54d4aa838941 (diff) | |
| download | qmmp-6dc1e536ffa3478baafd63246707c84f9e4c99db.tar.gz qmmp-6dc1e536ffa3478baafd63246707c84f9e4c99db.tar.bz2 qmmp-6dc1e536ffa3478baafd63246707c84f9e4c99db.zip | |
enabled aac support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1269 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/CMakeLists.txt')
| -rw-r--r-- | src/plugins/Input/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/CMakeLists.txt b/src/plugins/Input/CMakeLists.txt index a0e86fc3a..b6cb405d5 100644 --- a/src/plugins/Input/CMakeLists.txt +++ b/src/plugins/Input/CMakeLists.txt @@ -9,7 +9,7 @@ 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") -#SET(USE_AAC TRUE CACHE BOOL "enable/disable aac plugin") +SET(USE_AAC TRUE CACHE BOOL "enable/disable aac 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") @@ -49,7 +49,7 @@ add_subdirectory(modplug) ENDIF(USE_MODPLUG) IF(USE_AAC) -#add_subdirectory(aac) +add_subdirectory(aac) ENDIF(USE_AAC) IF(USE_CUE) |
