• Reimar Döffinger's avatar
    Fix compilation without HAVE_AVX, HAVE_YASM etc. · 7a172308
    Reimar Döffinger authored
    At the very least this should fix warnings about unused static
    functions if one or more of these is not defined.
    However even compilation might be broken if the compiler does
    not optimize the function away completely.
    This actually happens in case of the AVX function, since the
    function pointer is used in an assignment that is not under
    an #if and thus probably only optimized away after the function
    was already marked as used.
    Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
    7a172308
mpegaudiodec_mmx.c 9.31 KB