aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-17 07:45:10 -0800
committerChris Robinson <[email protected]>2018-11-17 07:45:10 -0800
commit057b1411f980d480cca76fb64c817f5b3e127f80 (patch)
treed9747e4cf453c0c6cb598f20d93465cfc0aacdab /CMakeLists.txt
parentff4219e54e2a444f0ccf4033091931d2908af91e (diff)
Convert ringbuffer.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 84a99d2e..19dc0439 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -806,7 +806,7 @@ SET(ALC_OBJS
Alc/inprogext.h
Alc/mastering.cpp
Alc/mastering.h
- Alc/ringbuffer.c
+ Alc/ringbuffer.cpp
Alc/ringbuffer.h
Alc/effects/autowah.cpp
Alc/effects/chorus.cpp