aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-04-25 18:08:08 -0700
committerChris Robinson <[email protected]>2021-04-25 18:08:08 -0700
commit2479483645bf719233fa5d39bc91682f12d71350 (patch)
treede4d9f11e4d4549adc6e7a43b9c4a1d630f91feb /CMakeLists.txt
parent8d09d03ed363ab1735b1933588d8242ba85ddf10 (diff)
Move bformatdec to core
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 58d512e0..3a1f6a09 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -647,6 +647,8 @@ set(CORE_OBJS
core/ambidefs.cpp
core/ambidefs.h
core/async_event.h
+ core/bformatdec.cpp
+ core/bformatdec.h
core/bs2b.cpp
core/bs2b.h
core/bsinc_defs.h
@@ -673,6 +675,7 @@ set(CORE_OBJS
core/fmt_traits.h
core/fpu_ctrl.cpp
core/fpu_ctrl.h
+ core/front_stablizer.h
core/helpers.cpp
core/helpers.h
core/hrtf.cpp
@@ -759,8 +762,6 @@ set(ALC_OBJS
alc/alconfig.cpp
alc/alconfig.h
alc/alcontext.h
- alc/bformatdec.cpp
- alc/bformatdec.h
alc/buffer_storage.cpp
alc/buffer_storage.h
alc/effectslot.cpp
@@ -780,7 +781,6 @@ set(ALC_OBJS
alc/effects/pshifter.cpp
alc/effects/reverb.cpp
alc/effects/vmorpher.cpp
- alc/front_stablizer.h
alc/inprogext.h
alc/panning.cpp
alc/voice.cpp