diff options
Diffstat (limited to 'src/plugins/Effect/Effect.pro')
| -rw-r--r-- | src/plugins/Effect/Effect.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/Effect/Effect.pro b/src/plugins/Effect/Effect.pro index b073f08f3..336647a4b 100644 --- a/src/plugins/Effect/Effect.pro +++ b/src/plugins/Effect/Effect.pro @@ -1,15 +1,15 @@ include (../../../qmmp.pri) TEMPLATE = subdirs -#SUBDIRS += crossfade stereo +SUBDIRS += crossfade stereo contains(CONFIG, BS2B_PLUGIN){ -#SUBDIRS += bs2b +SUBDIRS += bs2b } unix { SUBDIRS += srconverter contains(CONFIG, LADSPA_PLUGIN){ -# SUBDIRS += ladspa + SUBDIRS += ladspa } } |
