aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--alc/voice.cpp (renamed from alc/mixvoice.cpp)0
2 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
diff --git a/alc/mixvoice.cpp b/alc/voice.cpp
index d6be174e..d6be174e 100644
--- a/alc/mixvoice.cpp
+++ b/alc/voice.cpp