diff options
author | Chris Robinson <[email protected]> | 2018-11-16 20:46:50 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-16 20:46:50 -0800 |
commit | a68d0b68d74a9f3fa65096fdfddc5a04fa118dfa (patch) | |
tree | c4c00159e5d9d020cea94a49eda7679130517df9 /CMakeLists.txt | |
parent | 53373a43b8984aea6a7e2107b264d208c00a5f53 (diff) |
Convert mixvoice.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 1b925889..429a6639 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -845,7 +845,7 @@ SET(ALC_OBJS Alc/bformatdec.h Alc/panning.cpp Alc/polymorphism.h - Alc/mixvoice.c + Alc/mixvoice.cpp Alc/mixer/defs.h Alc/mixer/mixer_c.c ) |