Index: webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_mips.c |
diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_mips.c b/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_mips.c |
index bd2670005843d51a15b6c0e92f4f7ecca1ad2124..08cde976b5a3bc185cc53344a355ab288407dd8f 100644 |
--- a/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_mips.c |
+++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_mips.c |
@@ -33,7 +33,7 @@ void WebRtcIsacfix_PCorr2Q32(const int16_t* in, int32_t* logcorQ8) { |
const int16_t* tmp_in = in; |
int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; |
n = PITCH_CORR_LEN2; |
- COMPILE_ASSERT(PITCH_CORR_LEN2 % 4 == 0); |
+ RTC_COMPILE_ASSERT(PITCH_CORR_LEN2 % 4 == 0); |
__asm __volatile ( |
".set push \n\t" |
".set noreorder \n\t" |