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

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

Issue 2362703002: Adding audio network adaptor to AudioEncoderOpus. (Closed)
Patch Set: updates Created 4 years, 3 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 5020939a35d87ee8dee64ab053f76796cec7c226..e5f8cac9b4559613f4c806318174f0435618b216 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