This patch adds support for other compilers and systems
including MSVC, Intel C compiler etc..
---
src/libFLAC/bitmath.c | 48 -
src/libFLAC/bitreader.c | 54 ++-
src/libFLAC/include/private/bitmath.h | 120 ++--
--- On Tue, 5/8/12, Erik de Castro Lopo wrote:
> Honestly, I really doubt this is a bug in valgrind :-). How
> were you testing
> this?
Well, I've read that there have been bugs in valgrind, were SSE optimized
versions of strlen() do guaranteed safe overreads of memory, but valgrind
wasn't awa
Bastiaan Timmer wrote:
> Anyway, here's a patch that casts to FLAC__uint32,
Applied. Thanks.
Cheers,
Erik
--
--
Erik de Castro Lopo
http://www.mega-nerd.com/
___
flac-dev mailing list
Bastiaan Timmer wrote:
> Attached is a patch that adds 5 missing
Patch applied. Thanks.
> Looking at the FLAC__metadata_object_cuesheet_* FLAC__metadata_
> object_picture_* functions, it looks like the corresponding FLAC++
> classes are already complete. Maybe some functions are missing from
> C
Cristian RodrÃguez wrote:
> flac and metaflac do not use openSSL, only libFLAC does.
But flac and metaflac are GPL and link (possibly statically) to
libFLAC.
> Personally I don't see any technical reason to use a different library
> other than politics and obscure potential license incompatibi