aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-17 01:58:38 -0800
committerChris Robinson <[email protected]>2018-11-17 01:58:38 -0800
commitb69b3bd89f1e6a605cf3089860b7f193c9e9f744 (patch)
treefebd6ac83a7c7c99e73e3664b9e6bf568e951388 /CMakeLists.txt
parentaa66ed0ea54b282f7b547ebecfa716927aa02cd1 (diff)
Convert fshifter.c to C++
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9bc240d4..51fe1e87 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -818,7 +818,7 @@ SET(ALC_OBJS
Alc/effects/distortion.c
Alc/effects/echo.c
Alc/effects/equalizer.c
- Alc/effects/fshifter.c
+ Alc/effects/fshifter.cpp
Alc/effects/modulator.cpp
Alc/effects/null.cpp
Alc/effects/pshifter.cpp