aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-17 01:36:47 -0800
committerChris Robinson <[email protected]>2018-11-17 01:36:47 -0800
commit557048afa2d06d68c5a5f7f0584dbace67d02ef6 (patch)
tree304fdcaeec890fdafa5fd4728b72a692d03d3cf5 /CMakeLists.txt
parentf1731af282b3c54d2b19dedd72beb584cbda5220 (diff)
Convert pshifter.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 7a349762..2da22d3a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -821,7 +821,7 @@ SET(ALC_OBJS
Alc/effects/fshifter.c
Alc/effects/modulator.c
Alc/effects/null.c
- Alc/effects/pshifter.c
+ Alc/effects/pshifter.cpp
Alc/effects/reverb.cpp
Alc/filters/defs.h
Alc/filters/filter.c