• M
    configure: Avoid warnings if av_always_inline is disabled · 4f7d2fe2
    Martin Storsjö 提交于
    This macro is disabled if --enable-small or --disable-optimizations are set.
    Currently, this leads to warnings about functions being defined but not used,
    for functions in header files.
    
    By defining av_always_inline as inline or as av_unused, we avoid these
    warnings.
    
    This doesn't make a normal build with --enable-small any larger,
    since the compiler probably chooses not to inline these functions even
    if they're marked as inline.
    
    Originally committed as revision 26032 to svn://svn.ffmpeg.org/ffmpeg/trunk
    4f7d2fe2
configure 98.5 KB