Index: silk/NLSF2A.c |
diff --git a/silk/NLSF2A.c b/silk/NLSF2A.c |
index 06635f1c8157c4738f5fa156b06400477bbb089c..b1c559ea68213e06d39de79c977e86f573bd51c8 100644 |
--- a/silk/NLSF2A.c |
+++ b/silk/NLSF2A.c |
@@ -41,7 +41,7 @@ POSSIBILITY OF SUCH DAMAGE. |
#define QA 16 |
/* helper function for NLSF2A(..) */ |
-static inline void silk_NLSF2A_find_poly( |
+static OPUS_INLINE void silk_NLSF2A_find_poly( |
opus_int32 *out, /* O intermediate polynomial, QA [dd+1] */ |
const opus_int32 *cLSF, /* I vector of interleaved 2*cos(LSFs), QA [d] */ |
opus_int dd /* I polynomial order (= 1/2 * filter order) */ |