mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-20 00:57:49 +01:00
Make modules/audio_mixer:audio_mixer_impl publicly visible.
Follow-up CL after offline discussion with aleloi@. Bug: None Change-Id: I24623df7d821a44656336d5623a31cde4436c94f No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/c/103982 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25008}
This commit is contained in:
parent
44b384d013
commit
97c65b76c2
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ group("audio_mixer") {
|
|||
}
|
||||
|
||||
rtc_static_library("audio_mixer_impl") {
|
||||
visibility = [ "*" ]
|
||||
sources = [
|
||||
"audio_mixer_impl.cc",
|
||||
"audio_mixer_impl.h",
|
||||
|
|
Loading…
Reference in a new issue