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

Unified Diff: webrtc/modules/audio_coding/codecs/opus/opus.gypi

Issue 2362703002: Adding audio network adaptor to AudioEncoderOpus. (Closed)
Patch Set: adding a missing deps 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/codecs/opus/opus.gypi
diff --git a/webrtc/modules/audio_coding/codecs/opus/opus.gypi b/webrtc/modules/audio_coding/codecs/opus/opus.gypi
index 9f6ef3e4b453d86fc1eaa3b956d77b0626ec906e..36391d2656245bef30f899e7b7d6c2989d61859c 100644
--- a/webrtc/modules/audio_coding/codecs/opus/opus.gypi
+++ b/webrtc/modules/audio_coding/codecs/opus/opus.gypi
@@ -38,6 +38,7 @@
],
'dependencies': [
'audio_encoder_interface',
+ 'audio_network_adaptor',
],
'sources': [
'audio_decoder_opus.cc',

Powered by Google App Engine
This is Rietveld 408576698