Index: webrtc/modules/audio_coding/BUILD.gn |
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn |
index 1d3c2d1016f012b7aafd2355e54efbf03b53c1bf..98cb5394857aacd182e8439090701751613d376e 100644 |
--- a/webrtc/modules/audio_coding/BUILD.gn |
+++ b/webrtc/modules/audio_coding/BUILD.gn |
@@ -872,6 +872,12 @@ rtc_source_set("webrtc_opus_c") { |
"codecs/opus/opus_interface.h", |
] |
+ 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, |