diff options
author | Chris Robinson <[email protected]> | 2018-11-17 07:45:10 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-17 07:45:10 -0800 |
commit | 057b1411f980d480cca76fb64c817f5b3e127f80 (patch) | |
tree | d9747e4cf453c0c6cb598f20d93465cfc0aacdab /CMakeLists.txt | |
parent | ff4219e54e2a444f0ccf4033091931d2908af91e (diff) |
Convert ringbuffer.c 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 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 |