diff options
Diffstat (limited to 'src/plugins/Input/Input.pro')
| -rw-r--r-- | src/plugins/Input/Input.pro | 8 |
1 files changed, 4 insertions, 4 deletions
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 } |
