From 304dc519d9d68b3861af998a997c5f2a97c9235d Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 30 Oct 2008 17:28:05 +0000 Subject: enabled aac plugin git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@605 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/plugins/Input/CMakeLists.txt') diff --git a/src/plugins/Input/CMakeLists.txt b/src/plugins/Input/CMakeLists.txt index 80fe7d9d0..1164598c0 100644 --- a/src/plugins/Input/CMakeLists.txt +++ b/src/plugins/Input/CMakeLists.txt @@ -9,6 +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_CUE TRUE CACHE BOOL "enable/disable cue plugin") pkg_check_modules(TAGLIB taglib) @@ -45,6 +46,10 @@ IF(USE_MODPLUG) add_subdirectory(modplug) ENDIF(USE_MODPLUG) +IF(USE_AAC) +add_subdirectory(aac) +ENDIF(USE_AAC) + IF(USE_CUE) add_subdirectory(cue) ENDIF(USE_CUE) -- cgit v1.2.3-13-gbd6f