J. Bohl <jbohl <at> jbohl.de> writes: > So I arrived at: > > #ifndef av_extern_inline > #if defined(__INTEL_COMPILER) || defined(__GNUC_STDC_INLINE__) Afaict, this has to be wrong because on Linux, icc behaves like gcc. Carl Eugen