aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-05-27 03:36:34 -0700
committerChris Robinson <[email protected]>2017-05-27 03:36:34 -0700
commitc4ef7399f84f4085ceb77f9897f9c9502d2cfd0d (patch)
tree5cd6863602b9c569c8aeb99a08fcfd00cb4f864c /CMakeLists.txt
parent653f0a1405b5dbceab6c2d8adc8fa246bdb5f607 (diff)
Add a new compressor/limiter
This is just for the output limiter right now, but in the future can be used for the compressor EFX effect. The parameters are also hardcoded, but can be made configurable after 1.18.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 66402624..15311bc2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -694,6 +694,7 @@ SET(ALC_OBJS Alc/ALc.c
Alc/alcRing.c
Alc/bs2b.c
Alc/converter.c
+ Alc/mastering.c
Alc/effects/chorus.c
Alc/effects/compressor.c
Alc/effects/dedicated.c