diff options
Diffstat (limited to 'src/plugins/Input/Input.pro')
| -rw-r--r-- | src/plugins/Input/Input.pro | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/plugins/Input/Input.pro b/src/plugins/Input/Input.pro index cc65fe64b..40317cf15 100644 --- a/src/plugins/Input/Input.pro +++ b/src/plugins/Input/Input.pro @@ -1,22 +1,22 @@ include(../../../qmmp.pri) -SUBDIRS += mad cue +SUBDIRS += mad cue vorbis sndfile wavpack TEMPLATE = subdirs -unix{ -SUBDIRS += vorbis sndfile wavpack -contains(CONFIG, MODPLUG_PLUGIN){ - SUBDIRS += modplug +contains(CONFIG, FLAC_PLUGIN){ + SUBDIRS += flac } contains(CONFIG, MUSEPACK_PLUGIN){ SUBDIRS += mpc } -contains(CONFIG, FLAC_PLUGIN){ - SUBDIRS += flac +contains(CONFIG, MODPLUG_PLUGIN){ + SUBDIRS += modplug } +unix{ + contains(CONFIG, FFMPEG_PLUGIN){ SUBDIRS += ffmpeg } |
