diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2021-04-24 03:47:23 -0700 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2021-04-24 03:47:23 -0700 |
commit | 519672c8e54585bc6d827dd3efed943e06b3e6cd (patch) | |
tree | d2756c6137b246e70b2cab5cdc3a51a617006234 /CMakeLists.txt | |
parent | 738714800621cc7d8f74321883c301a14e3a04c3 (diff) |
Move some more sources to core
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 15feb2b9..13d7ee54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -651,6 +651,8 @@ set(CORE_OBJS core/bsinc_tables.cpp core/bsinc_tables.h core/bufferline.h + core/converter.cpp + core/converter.h core/cpu_caps.cpp core/cpu_caps.h core/devformat.cpp @@ -677,7 +679,8 @@ set(CORE_OBJS core/mastering.h core/resampler_limits.h core/uhjfilter.cpp - core/uhjfilter.h) + core/uhjfilter.h + core/uiddefs.cpp) set(HAVE_RTKIT 0) option(ALSOFT_REQUIRE_RTKIT "Require RTKit/D-Bus support" FALSE) @@ -755,8 +758,6 @@ set(ALC_OBJS alc/bformatdec.h alc/buffer_storage.cpp alc/buffer_storage.h - alc/converter.cpp - alc/converter.h alc/effectslot.cpp alc/effectslot.h alc/effects/base.h @@ -777,7 +778,6 @@ set(ALC_OBJS alc/front_stablizer.h alc/inprogext.h alc/panning.cpp - alc/uiddefs.cpp alc/voice.cpp alc/voice.h alc/voice_change.h) |