flac/include
Erik de Castro Lopo 8749dc278d Fix building when configured with --disable-shared.
The problem was that the function safe_malloc_mul_2op_() was originally
defined as static inline in inclide/share/alloc.h but had to be moved
because GCC was refusing to inline it. Once moved however, static linking
would fail when building the flac executable because the function ended
up beiong linked twice.
2012-06-22 14:23:56 +10:00
..
FLAC Quick patch to fix FLAC_metadata_object api docs. 2012-06-08 19:58:41 +10:00
FLAC++ Add missing functions to VorbisComment class. 2012-05-08 19:12:58 +10:00
share Fix building when configured with --disable-shared. 2012-06-22 14:23:56 +10:00
test_libs_common add 2009 copyright 2009-01-07 07:31:28 +00:00
Makefile.am add 2009 copyright 2009-01-07 07:31:28 +00:00