aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-09-22 15:29:54 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-09-22 15:29:54 +0000
commitc9d69d13e214c0071a65ba967276f057d204f8f8 (patch)
treea4900266b80116847b0342da2fc86fbb26595dc0 /src/plugins/Input/CMakeLists.txt
parent362d4e2b4f57a39efeef52a3fd7b5dc432207c0a (diff)
downloadqmmp-c9d69d13e214c0071a65ba967276f057d204f8f8.tar.gz
qmmp-c9d69d13e214c0071a65ba967276f057d204f8f8.tar.bz2
qmmp-c9d69d13e214c0071a65ba967276f057d204f8f8.zip
enabled sndfile plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1248 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/CMakeLists.txt')
-rw-r--r--src/plugins/Input/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/CMakeLists.txt b/src/plugins/Input/CMakeLists.txt
index a22de859b..7fe2b17f4 100644
--- a/src/plugins/Input/CMakeLists.txt
+++ b/src/plugins/Input/CMakeLists.txt
@@ -2,11 +2,11 @@
INCLUDE(FindPkgConfig)
SET(USE_MAD TRUE CACHE BOOL "enable/disable mad plugin")
-#SET(USE_FLAC TRUE CACHE BOOL "enable/disable flac plugin")
+SET(USE_FLAC TRUE CACHE BOOL "enable/disable flac plugin")
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_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")