Creating controller manager from config string in audio network adaptor.
BUG=webrtc:6303 Review-Url: https://codereview.webrtc.org/2364403004 Cr-Commit-Position: refs/heads/master@{#14466}
This commit is contained in:
@ -701,6 +701,12 @@ if (rtc_enable_protobuf) {
|
||||
]
|
||||
proto_out_dir = "webrtc/modules/audio_coding/audio_network_adaptor"
|
||||
}
|
||||
proto_library("ana_config_proto") {
|
||||
sources = [
|
||||
"audio_network_adaptor/config.proto",
|
||||
]
|
||||
proto_out_dir = "webrtc/modules/audio_coding/audio_network_adaptor"
|
||||
}
|
||||
}
|
||||
|
||||
source_set("audio_network_adaptor") {
|
||||
@ -733,6 +739,7 @@ source_set("audio_network_adaptor") {
|
||||
|
||||
if (rtc_enable_protobuf) {
|
||||
deps = [
|
||||
":ana_config_proto",
|
||||
":ana_debug_dump_proto",
|
||||
]
|
||||
defines = [ "WEBRTC_AUDIO_NETWORK_ADAPTOR_DEBUG_DUMP" ]
|
||||
|
||||
Reference in New Issue
Block a user