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

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

Issue 2362703002: Adding audio network adaptor to AudioEncoderOpus. (Closed)
Patch Set: some 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 a69206eaa2e7517da6cf65b1f4511aa052416014..867c14bd5224e24996813caab1441db9257b2f98 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -684,6 +684,7 @@ rtc_source_set("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