Re: [flac-dev] [PATCH] C99 and MSVS

2016-01-03 Thread Erik de Castro Lopo
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

Re: [flac-dev] [PATCH] Support 64-bit brword/bwword

2016-01-03 Thread Erik de Castro Lopo
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