From 2e6f35edb93d76eecc00beeb8a7572b5ef8a11d0 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 27 Mar 2013 05:33:37 +0000 Subject: opus plugin: added win32 support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3362 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/Input.pro | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/plugins/Input/Input.pro') diff --git a/src/plugins/Input/Input.pro b/src/plugins/Input/Input.pro index 03723eb0f..4cdd778f0 100644 --- a/src/plugins/Input/Input.pro +++ b/src/plugins/Input/Input.pro @@ -27,6 +27,10 @@ contains(CONFIG, GME_PLUGIN){ SUBDIRS += gme } +contains(CONFIG, OPUS_PLUGIN){ + SUBDIRS += opus +} + unix{ contains(CONFIG, AAC_PLUGIN){ @@ -41,7 +45,5 @@ contains(CONFIG, WILDMIDI_PLUGIN){ SUBDIRS += wildmidi } -contains(CONFIG, OPUS_PLUGIN){ - SUBDIRS += opus -} + } -- cgit v1.2.3-13-gbd6f