diff options
author | Chris Robinson <[email protected]> | 2019-10-02 15:29:01 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-10-02 15:29:01 -0700 |
commit | a35cac7ce0efcac1ffd4af41de8456eed99dba0e (patch) | |
tree | c361420307872910dc31d553d9c915a87f1f4afd /CMakeLists.txt | |
parent | 4620912f0ffef7bde9629377f38f75065c0c8bba (diff) |
Rename mixvoice.cpp to voice.cpp
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 5180504f..46fb692a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -625,13 +625,13 @@ SET(ALC_OBJS alc/logging.h alc/mastering.cpp alc/mastering.h - alc/mixvoice.cpp alc/panning.cpp alc/ringbuffer.cpp alc/ringbuffer.h alc/uhjfilter.cpp alc/uhjfilter.h alc/uiddefs.cpp + alc/voice.cpp alc/mixer/defs.h alc/mixer/hrtfbase.h alc/mixer/mixer_c.cpp |