Make audio_device_module_from_input_and_output visible.

Bug: None
Change-Id: I185fe3d3f4b96fd55fd7148c33df105caa21d9ab
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/132010
Reviewed-by: Henrik Andreassson <henrika@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27511}
This commit is contained in:
Mirko Bonadei
2019-04-09 11:32:18 +02:00
committed by Commit Bot
parent 7dd83e2bf7
commit 00d1adf880

View File

@ -164,6 +164,7 @@ rtc_source_set("windows_core_audio_utility") {
# gradually phase out the old design.
# TODO(henrika): currently only supported on Windows.
rtc_source_set("audio_device_module_from_input_and_output") {
visibility = [ "*" ]
if (is_win && !build_with_chromium) {
sources = [
"include/audio_device_factory.cc",