| Index: webrtc/modules/audio_coding/codecs/opus/opus_inst.h
|
| diff --git a/webrtc/modules/audio_coding/codecs/opus/opus_inst.h b/webrtc/modules/audio_coding/codecs/opus/opus_inst.h
|
| index aa79b46f04fe74ce18935fbea017cf7c62b926a6..b2be12aee761c8e364726abdef793feeb7d49a36 100644
|
| --- a/webrtc/modules/audio_coding/codecs/opus/opus_inst.h
|
| +++ b/webrtc/modules/audio_coding/codecs/opus/opus_inst.h
|
| @@ -13,7 +13,11 @@
|
|
|
| #include <stddef.h>
|
|
|
| +#include "webrtc/base/ignore_wundef.h"
|
| +
|
| +RTC_PUSH_IGNORING_WUNDEF()
|
| #include "opus.h"
|
| +RTC_POP_IGNORING_WUNDEF()
|
|
|
| struct WebRtcOpusEncInst {
|
| OpusEncoder* encoder;
|
|
|