build: Split out iSAC VAD sources into a separate dependency

Avoid having to link webrtc-audio-processing with webrtc-audio-coding,
and makes the required symbols directly available.

Part-of: <https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/22>
This commit is contained in:
Arun Raghavan
2021-06-18 23:16:46 -04:00
parent b8ad0dfc22
commit 6e37f37c4e
2 changed files with 11 additions and 6 deletions

View File

@ -199,7 +199,7 @@ libwebrtc_audio_processing = library(apm_project_name,
dependencies: [
base_dep,
api_dep,
webrtc_audio_coding_dep,
isac_vad_dep,
system_wrappers_dep,
common_audio_dep,
pffft_dep,