aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Effect/CMakeLists.txt')
-rw-r--r--src/plugins/Effect/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/Effect/CMakeLists.txt b/src/plugins/Effect/CMakeLists.txt
index c489f860c..93b530212 100644
--- a/src/plugins/Effect/CMakeLists.txt
+++ b/src/plugins/Effect/CMakeLists.txt
@@ -2,6 +2,7 @@ SET(USE_SRC TRUE CACHE BOOL "enable/disable SRC plugin")
SET(USE_BS2B TRUE CACHE BOOL "enable/disable bs2b plugin")
SET(USE_LADSPA TRUE CACHE BOOL "enable/disable ladspa plugin")
SET(USE_CROSSFADE TRUE CACHE BOOL "enable/disable crossfade plugin")
+SET(USE_STEREO TRUE CACHE BOLL "enable/disable extra stereo plugin")
IF(USE_SRC)
add_subdirectory(srconverter)
@@ -18,3 +19,7 @@ ENDIF(USE_LADSPA)
IF(USE_CROSSFADE)
add_subdirectory(crossfade)
ENDIF(USE_CROSSFADE)
+
+IF(USE_STEREO)
+add_subdirectory(stereo)
+ENDIF(USE_STEREO)