diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-22 15:29:54 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-22 15:29:54 +0000 |
| commit | c9d69d13e214c0071a65ba967276f057d204f8f8 (patch) | |
| tree | a4900266b80116847b0342da2fc86fbb26595dc0 /src/plugins/Input/Input.pro | |
| parent | 362d4e2b4f57a39efeef52a3fd7b5dc432207c0a (diff) | |
| download | qmmp-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/Input.pro')
| -rw-r--r-- | src/plugins/Input/Input.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/Input.pro b/src/plugins/Input/Input.pro index 467a495ed..4cac7e372 100644 --- a/src/plugins/Input/Input.pro +++ b/src/plugins/Input/Input.pro @@ -4,7 +4,7 @@ SUBDIRS += mad cue TEMPLATE = subdirs unix{ -SUBDIRS += vorbis# sndfile wavpack +SUBDIRS += vorbis sndfile# wavpack contains(CONFIG, MODPLUG_PLUGIN){ # SUBDIRS += modplug message(***************************) @@ -20,7 +20,7 @@ contains(CONFIG, MUSEPACK_PLUGIN){ } contains(CONFIG, FLAC_PLUGIN){ -# SUBDIRS += flac + SUBDIRS += flac message(***********************) message(* FLAC plugin enabled *) message(***********************) |
