From 89918e14aea84f79bfade51dc03cec7b6fd82109 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 14 Mar 2013 05:46:43 +0000 Subject: gme plugin: added win32 support (Closes issue 579) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3311 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/Input.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/plugins/Input/Input.pro') diff --git a/src/plugins/Input/Input.pro b/src/plugins/Input/Input.pro index 29bd6351d..03723eb0f 100644 --- a/src/plugins/Input/Input.pro +++ b/src/plugins/Input/Input.pro @@ -23,6 +23,10 @@ contains(CONFIG, FFMPEG_PLUGIN){ } } +contains(CONFIG, GME_PLUGIN){ + SUBDIRS += gme +} + unix{ contains(CONFIG, AAC_PLUGIN){ @@ -37,10 +41,6 @@ contains(CONFIG, WILDMIDI_PLUGIN){ SUBDIRS += wildmidi } -contains(CONFIG, GME_PLUGIN){ - SUBDIRS += gme -} - contains(CONFIG, OPUS_PLUGIN){ SUBDIRS += opus } -- cgit v1.2.3-13-gbd6f