Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(426)

Unified Diff: webrtc/modules/audio_coding/BUILD.gn

Issue 2362703002: Adding audio network adaptor to AudioEncoderOpus. (Closed)
Patch Set: on Karl's comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index ef5ea96be20f181080cb140123d32a5f8b358305..b6da4ddeadaa211136fde15dc1dc494d5a98cfb1 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -682,6 +682,7 @@ rtc_static_library("webrtc_opus") {
deps = [
":audio_decoder_interface",
":audio_encoder_interface",
+ ":audio_network_adaptor",
"../../base:rtc_base_approved",
]

Powered by Google App Engine
This is Rietveld 408576698