diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-05-27 19:43:58 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-05-27 19:43:58 +0000 |
| commit | 9e9636ada5475874f9eeb704d2af1af7b0447e9a (patch) | |
| tree | cde2e6c960197693bc521a7b47210d4190a3e0e0 /src/plugins/Input/Input.pro | |
| parent | 833d350aee61c16a2472b3f491f4cc6b71b5c40a (diff) | |
| download | qmmp-9e9636ada5475874f9eeb704d2af1af7b0447e9a.tar.gz qmmp-9e9636ada5475874f9eeb704d2af1af7b0447e9a.tar.bz2 qmmp-9e9636ada5475874f9eeb704d2af1af7b0447e9a.zip | |
fixed sndfile plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7967 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/Input.pro')
| -rw-r--r-- | src/plugins/Input/Input.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/Input.pro b/src/plugins/Input/Input.pro index 6dbbfee34..35ce4208f 100644 --- a/src/plugins/Input/Input.pro +++ b/src/plugins/Input/Input.pro @@ -1,7 +1,7 @@ include(../../../qmmp.pri) TEMPLATE = subdirs -SUBDIRS += vorbis cue #sndfile wavpack +SUBDIRS += vorbis cue sndfile #wavpack contains(CONFIG, WITH_MAD)|contains(CONFIG, WITH_MPG123){ SUBDIRS += mpeg |
