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 diff --git a/alc/mixvoice.cpp b/alc/voice.cpp similarity index 100% rename from alc/mixvoice.cpp rename to alc/voice.cpp