From acb3d9b6c3df6dd3eaedefde0f6d82f51681158a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 17 Jan 2012 08:51:39 +0000 Subject: added win32 patches git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2537 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/Input.pro | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/plugins/Input/Input.pro') 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 } -- cgit v1.2.3-13-gbd6f