# HG changeset patch # User cehoyos # Date 1246213707 0 # Node ID 56349e517f0452d8113572129b6dbd6ba29335a3 # Parent 1091b120412ec32a5da5bf25a59ba88b01eaf929 Icc does not support attribute flatten, do not try to use it. diff -r 1091b120412e -r 56349e517f04 common.h --- a/common.h Sat Jun 27 08:34:04 2009 +0000 +++ b/common.h Sun Jun 28 18:28:27 2009 +0000 @@ -82,7 +82,7 @@ #endif #ifndef av_flatten -#if AV_GCC_VERSION_AT_LEAST(4,1) +#if (!defined(__ICC) || __ICC > 1110) && AV_GCC_VERSION_AT_LEAST(4,1) # define av_flatten __attribute__((flatten)) #else # define av_flatten