Index: celt/fixed_c5x.h |
diff --git a/celt/fixed_c5x.h b/celt/fixed_c5x.h |
index 156ba45d05f0b75b4e83be2a2e2f04deadfebe3c..ea95a998c3c3f879e10ccd72eff200d1cece9720 100644 |
--- a/celt/fixed_c5x.h |
+++ b/celt/fixed_c5x.h |
@@ -34,7 +34,7 @@ |
#include "dsplib.h" |
#undef IMUL32 |
-static inline long IMUL32(long i, long j) |
+static OPUS_INLINE long IMUL32(long i, long j) |
{ |
long ac0, ac1; |
ac0 = _lmpy(i>>16,j); |