aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-05-23 19:48:24 -0700
committerChris Robinson <[email protected]>2013-05-23 19:48:24 -0700
commit23766831282507bc09b223b4ecb645490b5fab0b (patch)
tree703f2767deef5ed1b659a25ccaa5047e606f422a /CMakeLists.txt
parentf667c028e627d6fcc0dc7c661c20d104243da067 (diff)
Move reverb to the effects subdir
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9581c329..5fb8811f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -448,7 +448,7 @@ SET(ALC_OBJS Alc/ALc.c
Alc/alcEqualizer.c
Alc/alcFlanger.c
Alc/alcModulator.c
- Alc/alcReverb.c
+ Alc/effects/reverb.c
Alc/alcRing.c
Alc/alcThread.c
Alc/bs2b.c