Hard-Coded Windows Types in Speex Resampler

TS
Tobias Schlager
Tue, Jul 5, 2016 1:52 PM

Hi all,

I came across the hard-coded Windows type '__int16' when cross-compiling (Linux/MinGW) with the (experimental) Speex resampler enabled. These types in the file pjmedia/src/pjmedia/resample_speex.c should be substituted with the spx_int16_t type provided by Speex itself.

Regards
Tobias Schlager

Hi all, I came across the hard-coded Windows type '__int16' when cross-compiling (Linux/MinGW) with the (experimental) Speex resampler enabled. These types in the file pjmedia/src/pjmedia/resample_speex.c should be substituted with the spx_int16_t type provided by Speex itself. Regards Tobias Schlager