Skip to content
  • Erik de Castro Lopo's avatar
    Fix building when configured with --disable-shared. · 8749dc27
    Erik de Castro Lopo authored
    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.
    8749dc27