lvqcl wrote:
> Visual Studio 2013 and newer has better support of C99.
>
> A couple of compatibility hacks was rewritten:
> *) lround definition in lpc.c
> *) integer types in compat.h
Applied. Thanks.
Erik
--
--
Erik de C
lvqcl wrote:
> Here is the patch that allows to set FLAC__BYTES_PER_WORD to 8.
> This is disabled by default though. To test FLAC__BYTES_PER_WORD==8:
> open src/libFLAC/bitreader.c, src/libFLAC/bitwriter.c,
> src/test_libFLAC/bitwriter.c
> and change '#if 1' to '#if 0'.
>
> The value of FLAC__BY