commit | a55f021d4351d94a257a16b72f45d843841252c1 | [log] [tgz] |
---|---|---|
author | michaelt <michaelt@webrtc.org> | Thu Feb 02 07:47:19 2017 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Feb 02 15:47:19 2017 +0000 |
tree | 6079ffe7b7f13913c1d17aa44e2fdbeb3aa17e9d | |
parent | ed01647ea97dbe0ea25ab915237e39143b1978d7 [diff] [blame] |
Add 120ms frame ability to ANA BUG=webrtc:7093 Review-Url: https://codereview.webrtc.org/2669733002 Cr-Commit-Position: refs/heads/master@{#16416}
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn index 59c166d..00b9aa2 100644 --- a/webrtc/modules/audio_coding/BUILD.gn +++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -850,7 +850,7 @@ ":webrtc_opus_c", ] - defines = [] + defines = audio_codec_defines if (rtc_opus_variable_complexity) { defines += [ "WEBRTC_OPUS_VARIABLE_COMPLEXITY=1" ] } else {