| Index: webrtc/modules/audio_coding/BUILD.gn
|
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
|
| index 98cb5394857aacd182e8439090701751613d376e..af00e8349245dfad010f4cc80828f882b7051757 100644
|
| --- a/webrtc/modules/audio_coding/BUILD.gn
|
| +++ b/webrtc/modules/audio_coding/BUILD.gn
|
| @@ -857,6 +857,12 @@ rtc_static_library("webrtc_opus") {
|
| defines += [ "WEBRTC_OPUS_VARIABLE_COMPLEXITY=0" ]
|
| }
|
|
|
| + if (rtc_opus_support_120ms_ptime) {
|
| + defines += [ "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1" ]
|
| + } else {
|
| + defines += [ "WEBRTC_OPUS_SUPPORT_120MS_PTIME=0" ]
|
| + }
|
| +
|
| if (rtc_build_opus) {
|
| public_deps += [ rtc_opus_dir ]
|
| } else if (build_with_mozilla) {
|
|
|