On Jun 09 14:25:30, [email protected] wrote:
> #if defined(INT_MAX) && defined(INT_MIN) && INT_MAX==2147483647 &&
> INT_MIN==(-2147483647-1)
> typedef int INT32;
> #elif defined(LONG_MAX) && defined(LONG_MIN) && LONG_MAX==2147483647 &&
> LONG_MIN==(-2147483647-1)
> typedef long INT32;
> #else
> #error Unable to determine an appropriate definition for INT32.
> #endif
Wow. This has been _introduced_ in 2011, REPLACING
typedef int16_t INT16;
typedef int32_t INT32;
in commit 88eec9c75d0a23c6c4d5d61af76c6ebd56b82b51
along with other "Portability fixes for sox.h".
So no, this is not the original LPC code.
Luckily, Andy Fingerhut just published this:
https://github.com/jafingerhut/lpc10
Jan
_______________________________________________
SoX-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sox-devel