diff options
| author | Andrea Pappacoda <andrea@pappacoda.it> | 2022-04-01 19:54:58 +0200 |
|---|---|---|
| committer | Andrea Pappacoda <andrea@pappacoda.it> | 2022-04-01 19:54:58 +0200 |
| commit | faf6a9876c394664d647355726290014b24efffc (patch) | |
| tree | d6dca0d742af8ccc9443e77583b3c6e51d2841ac /src/audio_core/CMakeLists.txt | |
| parent | 550844e5e8e52edfb88bffefc4663d64b9b49b88 (diff) | |
audio_core: remove time stretcher
Also drop the SoundTouch dependency
Diffstat (limited to 'src/audio_core/CMakeLists.txt')
| -rw-r--r-- | src/audio_core/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/audio_core/CMakeLists.txt b/src/audio_core/CMakeLists.txt index 090dd19b1..e553b8203 100644 --- a/src/audio_core/CMakeLists.txt +++ b/src/audio_core/CMakeLists.txt @@ -36,8 +36,6 @@ add_library(audio_core STATIC splitter_context.h stream.cpp stream.h - time_stretch.cpp - time_stretch.h voice_context.cpp voice_context.h @@ -63,7 +61,6 @@ if (NOT MSVC) endif() target_link_libraries(audio_core PUBLIC common core) -target_link_libraries(audio_core PRIVATE SoundTouch) if(ENABLE_CUBEB) target_link_libraries(audio_core PRIVATE cubeb) |
