commit | 41b9c801c2b8153e43485a583ae512e7ad486123 | [log] [tgz] |
---|---|---|
author | minyue <minyue@webrtc.org> | Thu Oct 06 07:13:54 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Oct 06 14:13:59 2016 +0000 |
tree | 3d1b696008930cb3f145de254850ea2f771ce159 | |
parent | 81b9291dfddbfe1bd940ac7aab9a1b41c2b9c188 [diff] [blame] |
Adding audio network adaptor to AudioEncoderOpus. BUG=webrtc:6303 Review-Url: https://codereview.webrtc.org/2362703002 Cr-Commit-Position: refs/heads/master@{#14555}
diff --git a/webrtc/modules/audio_coding/codecs/opus/opus.gypi b/webrtc/modules/audio_coding/codecs/opus/opus.gypi index 9f6ef3e..36391d2 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',