diff options
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 929b5517..0b07f4ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -714,10 +714,10 @@ SET(OPENAL_OBJS OpenAL32/alAuxEffectSlot.c SET(ALC_OBJS Alc/ALc.c Alc/ALu.c Alc/alconfig.c - Alc/alcRing.c Alc/bs2b.c Alc/converter.c Alc/mastering.c + Alc/ringbuffer.c Alc/effects/chorus.c Alc/effects/compressor.c Alc/effects/dedicated.c |