diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-27 05:33:37 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-27 05:33:37 +0000 |
| commit | 2e6f35edb93d76eecc00beeb8a7572b5ef8a11d0 (patch) | |
| tree | 86ad1f090f0df39909d74b5dcf477d60323d53f3 /src/plugins/Input/Input.pro | |
| parent | 06533d513bc2600ef8ce1606987dc96b99f5727a (diff) | |
| download | qmmp-2e6f35edb93d76eecc00beeb8a7572b5ef8a11d0.tar.gz qmmp-2e6f35edb93d76eecc00beeb8a7572b5ef8a11d0.tar.bz2 qmmp-2e6f35edb93d76eecc00beeb8a7572b5ef8a11d0.zip | |
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
Diffstat (limited to 'src/plugins/Input/Input.pro')
| -rw-r--r-- | src/plugins/Input/Input.pro | 8 |
1 files changed, 5 insertions, 3 deletions
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 -} + } |
