8749dc278d
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. |
||
---|---|---|
.. | ||
FLAC | ||
FLAC++ | ||
share | ||
test_libs_common | ||
Makefile.am |