Replace "inline" with OPUS_INLINE.
Newer versions of MSVC are unhappy with the strategy of the build environment redefining "inline" (even though they don't support the actual keyword). Instead we define OPUS_INLINE to the right thing in opus_defines.h. This is the same approach we use for restrict.
Showing
- Makefile.unix 0 additions, 2 deletionsMakefile.unix
- celt/arch.h 2 additions, 1 deletioncelt/arch.h
- celt/arm/armcpu.c 2 additions, 2 deletionscelt/arm/armcpu.c
- celt/arm/fixed_armv4.h 2 additions, 2 deletionscelt/arm/fixed_armv4.h
- celt/arm/fixed_armv5e.h 5 additions, 5 deletionscelt/arm/fixed_armv5e.h
- celt/celt.h 3 additions, 3 deletionscelt/celt.h
- celt/celt_decoder.c 1 addition, 1 deletioncelt/celt_decoder.c
- celt/cpu_support.h 4 additions, 1 deletioncelt/cpu_support.h
- celt/cwrs.c 4 additions, 4 deletionscelt/cwrs.c
- celt/ecintrin.h 1 addition, 1 deletioncelt/ecintrin.h
- celt/entcode.h 5 additions, 4 deletionscelt/entcode.h
- celt/fixed_c5x.h 1 addition, 1 deletioncelt/fixed_c5x.h
- celt/fixed_debug.h 29 additions, 29 deletionscelt/fixed_debug.h
- celt/float_cast.h 2 additions, 2 deletionscelt/float_cast.h
- celt/mathops.c 1 addition, 1 deletioncelt/mathops.c
- celt/mathops.h 11 additions, 11 deletionscelt/mathops.h
- celt/os_support.h 6 additions, 3 deletionscelt/os_support.h
- celt/pitch.h 2 additions, 2 deletionscelt/pitch.h
- celt/rate.c 1 addition, 1 deletioncelt/rate.c
- celt/rate.h 3 additions, 3 deletionscelt/rate.h
Loading
Please register or sign in to comment