| Index: silk/float/prefilter_FLP.c
|
| diff --git a/silk/float/prefilter_FLP.c b/silk/float/prefilter_FLP.c
|
| index a3f81c9596e97c63b00b1e5144aba0966a02a5b3..8bc32fb41040ef7b4f0f1224689bb0b0448ec050 100644
|
| --- a/silk/float/prefilter_FLP.c
|
| +++ b/silk/float/prefilter_FLP.c
|
| @@ -35,7 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
| /*
|
| * Prefilter for finding Quantizer input signal
|
| */
|
| -static inline void silk_prefilt_FLP(
|
| +static OPUS_INLINE void silk_prefilt_FLP(
|
| silk_prefilter_state_FLP *P, /* I/O state */
|
| silk_float st_res[], /* I */
|
| silk_float xw[], /* O */
|
| @@ -153,7 +153,7 @@ void silk_prefilter_FLP(
|
| /*
|
| * Prefilter for finding Quantizer input signal
|
| */
|
| -static inline void silk_prefilt_FLP(
|
| +static OPUS_INLINE void silk_prefilt_FLP(
|
| silk_prefilter_state_FLP *P, /* I/O state */
|
| silk_float st_res[], /* I */
|
| silk_float xw[], /* O */
|
|
|