diff options
author | Chris Robinson <[email protected]> | 2018-11-16 21:31:52 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-16 21:31:52 -0800 |
commit | 8410e71a34fc286579573ab55dc94be83c48e55b (patch) | |
tree | b911eda075c3704c40d79a1ffe9a53b2cc2bc23f /CMakeLists.txt | |
parent | a68d0b68d74a9f3fa65096fdfddc5a04fa118dfa (diff) |
Convert the reverb effect to C++
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 429a6639..7a349762 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -822,7 +822,7 @@ SET(ALC_OBJS Alc/effects/modulator.c Alc/effects/null.c Alc/effects/pshifter.c - Alc/effects/reverb.c + Alc/effects/reverb.cpp Alc/filters/defs.h Alc/filters/filter.c Alc/filters/nfc.c |