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:
@ -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,
|
||||
|
Reference in New Issue
Block a user