[PATCH] Replace Windows-specific types in Speex resampler

TS
Tobias Schlager
Wed, Aug 9, 2017 6:49 AM

Hi all,

this patch addresses the usage of Windows-specific types (namely __int16) in the Speex resampler. The current version causes problems when trying to cross-compile the Speex resampler for Windows under Linux. The patch replaces the types with the native Speex types which have proper typdefs for the supported platforms.

Regards
Tobias

Hi all, this patch addresses the usage of Windows-specific types (namely __int16) in the Speex resampler. The current version causes problems when trying to cross-compile the Speex resampler for Windows under Linux. The patch replaces the types with the native Speex types which have proper typdefs for the supported platforms. Regards Tobias
TS
Tobias Schlager
Wed, Aug 9, 2017 7:44 AM

Sorry, I forgot to mention that this patch is also needed to be able to compile the Speex resampler under/for Linux.

Regards
Tobias

Sorry, I forgot to mention that this patch is also needed to be able to compile the Speex resampler under/for Linux. Regards Tobias