| Index: webrtc/modules/audio_coding/BUILD.gn
|
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
|
| index 59c166db995a61276b26d8c401061e35d0992777..00b9aa2debe7d54bef3242caf3b1438fea502987 100644
|
| --- a/webrtc/modules/audio_coding/BUILD.gn
|
| +++ b/webrtc/modules/audio_coding/BUILD.gn
|
| @@ -850,7 +850,7 @@ rtc_static_library("webrtc_opus") {
|
| ":webrtc_opus_c",
|
| ]
|
|
|
| - defines = []
|
| + defines = audio_codec_defines
|
| if (rtc_opus_variable_complexity) {
|
| defines += [ "WEBRTC_OPUS_VARIABLE_COMPLEXITY=1" ]
|
| } else {
|
|
|