diff options
author | Chris Robinson <[email protected]> | 2018-11-17 07:40:10 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-17 07:40:10 -0800 |
commit | ff4219e54e2a444f0ccf4033091931d2908af91e (patch) | |
tree | 5673ab0877edd6667da1900e5f59582ec0220ec6 /CMakeLists.txt | |
parent | 6e6a0240580c3a474a199be45ba0748add860d3b (diff) |
Convert mastering.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 917ec303..84a99d2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -804,7 +804,7 @@ SET(ALC_OBJS Alc/converter.h Alc/inldefs.c Alc/inprogext.h - Alc/mastering.c + Alc/mastering.cpp Alc/mastering.h Alc/ringbuffer.c Alc/ringbuffer.h |