Commit fbed9317 authored by J. Bohl's avatar J. Bohl Committed by Michael Niedermayer

enable C99-external_inline for icl

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 137e8081
......@@ -41,8 +41,12 @@
#endif
#ifndef av_extern_inline
#if defined(__ICL) && __ICL >= 1210 || defined(__GNUC_STDC_INLINE__)
# define av_extern_inline extern inline
#else
# define av_extern_inline inline
#endif
#endif
#ifndef av_noreturn
#if AV_GCC_VERSION_AT_LEAST(2,5)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment