|
|
@@ -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) |
|
|
|