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:
parent
4aafdba57e
commit
e5fe539ab9
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user