Remove unused dependency on APM in audio mixer

Bug: webrtc:11226
Change-Id: I5e4ac0a8b790c97cf6f1e9db2515d05afdf1fff2
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/170322
Reviewed-by: Per Åhgren <peah@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Sam Zackrisson <saza@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30887}
This commit is contained in:
Sam Zackrisson 2020-03-12 12:59:37 +01:00 committed by Commit Bot
parent 4aafdba57e
commit e5fe539ab9

View File

@ -29,7 +29,8 @@ rtc_library("audio_mixer_impl") {
public = [
"audio_mixer_impl.h",
"default_output_rate_calculator.h", # For creating a mixer with limiter disabled.
"default_output_rate_calculator.h", # For creating a mixer with limiter
# disabled.
"frame_combiner.h",
]
@ -47,7 +48,6 @@ rtc_library("audio_mixer_impl") {
"../../rtc_base:rtc_base_approved",
"../../system_wrappers",
"../../system_wrappers:metrics",
"../audio_processing",
"../audio_processing:api",
"../audio_processing:apm_logging",
"../audio_processing:audio_frame_view",