diff options
author | Chris Robinson <[email protected]> | 2020-12-03 23:37:50 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-04 11:15:50 -0800 |
commit | 36c1589c11cb8f197576e748e06bc5fbb6dcc8bf (patch) | |
tree | 762341afeeba2e9176a670436c85c1d60552a5cf /CMakeLists.txt | |
parent | aa05feec4a1d77eb37043aa93fc3237f70dc12ef (diff) |
Move mastering.cpp/h to core
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 31ef66a9..7b4c044e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -630,6 +630,8 @@ set(ALC_OBJS core/bufferline.h core/devformat.cpp core/devformat.h + core/mastering.cpp + core/mastering.h alc/alc.cpp alc/alcmain.h @@ -688,8 +690,6 @@ set(ALC_OBJS alc/hrtf.h alc/inprogext.h alc/logging.h - alc/mastering.cpp - alc/mastering.h alc/panning.cpp alc/ringbuffer.cpp alc/ringbuffer.h |