diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-05-04 07:59:48 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-05-04 07:59:48 +0000 |
| commit | 5b1c03e471c2a16480e1434d35b28a0606dcf7d6 (patch) | |
| tree | 66fb7c612d8fe3242e2f7dbc2d47cafda836871b /src/plugins/Effect/Effect.pro | |
| parent | 55fbc20befe3cb100de06c2e8d8348947685a94a (diff) | |
| download | qmmp-5b1c03e471c2a16480e1434d35b28a0606dcf7d6.tar.gz qmmp-5b1c03e471c2a16480e1434d35b28a0606dcf7d6.tar.bz2 qmmp-5b1c03e471c2a16480e1434d35b28a0606dcf7d6.zip | |
soxr: added win32 support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6324 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Effect/Effect.pro')
| -rw-r--r-- | src/plugins/Effect/Effect.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/Effect/Effect.pro b/src/plugins/Effect/Effect.pro index f250b6097..417c06baa 100644 --- a/src/plugins/Effect/Effect.pro +++ b/src/plugins/Effect/Effect.pro @@ -3,11 +3,9 @@ TEMPLATE = subdirs SUBDIRS += crossfade stereo -contains(CONFIG, BS2B_PLUGIN){ -SUBDIRS += bs2b -} +contains(CONFIG, BS2B_PLUGIN):SUBDIRS += bs2b +contains(CONFIG, SOXR_PLUGIN):SUBDIRS += soxr unix { - contains(CONFIG, SOXR_PLUGIN):SUBDIRS += soxr contains(CONFIG, LADSPA_PLUGIN):SUBDIRS += ladspa } |
