mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
enable C99-external_inline for icl
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
137e80817d
commit
fbed9317ff
@ -41,8 +41,12 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef av_extern_inline
|
#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
|
# define av_extern_inline inline
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef av_noreturn
|
#ifndef av_noreturn
|
||||||
#if AV_GCC_VERSION_AT_LEAST(2,5)
|
#if AV_GCC_VERSION_AT_LEAST(2,5)
|
||||||
|
Loading…
Reference in New Issue
Block a user