From 892d61b4dc43869940959a82197d865390c04509 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 6 Mar 2008 14:13:41 +0000 Subject: added wavpack plugin git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@263 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/plugins/Input/CMakeLists.txt') 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) -- cgit v1.2.3-13-gbd6f