From 06be9d9d8ed79d043ffaa816185e69e9f19e005e Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 27 Jun 2009 08:34:04 +0000 Subject: Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and cold. Originally committed as revision 19282 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/mem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/mem.h') diff --git a/libavutil/mem.h b/libavutil/mem.h index 8991ee9396..fe18561e0e 100644 --- a/libavutil/mem.h +++ b/libavutil/mem.h @@ -34,7 +34,7 @@ #define av_malloc_attrib #endif -#if (!defined(__ICC) || __ICC > 1100) && AV_GCC_VERSION_AT_LEAST(4,3) +#if (!defined(__ICC) || __ICC > 1110) && AV_GCC_VERSION_AT_LEAST(4,3) #define av_alloc_size(n) __attribute__((alloc_size(n))) #else #define av_alloc_size(n) -- cgit v1.2.3