| Index: silk/VAD.c
|
| diff --git a/silk/VAD.c b/silk/VAD.c
|
| index a9359e95809726b225f0413f039ebafe669527c4..a8090981434f950ecc21356b8f027f1560806a6d 100644
|
| --- a/silk/VAD.c
|
| +++ b/silk/VAD.c
|
| @@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
| #include "stack_alloc.h"
|
|
|
| /* Silk VAD noise level estimation */
|
| -static inline void silk_VAD_GetNoiseLevels(
|
| +static OPUS_INLINE void silk_VAD_GetNoiseLevels(
|
| const opus_int32 pX[ VAD_N_BANDS ], /* I subband energies */
|
| silk_VAD_state *psSilk_VAD /* I/O Pointer to Silk VAD state */
|
| );
|
| @@ -296,7 +296,7 @@ opus_int silk_VAD_GetSA_Q8( /* O Return v
|
| /**************************/
|
| /* Noise level estimation */
|
| /**************************/
|
| -static inline void silk_VAD_GetNoiseLevels(
|
| +static OPUS_INLINE void silk_VAD_GetNoiseLevels(
|
| const opus_int32 pX[ VAD_N_BANDS ], /* I subband energies */
|
| silk_VAD_state *psSilk_VAD /* I/O Pointer to Silk VAD state */
|
| )
|
|
|