Commit ae9c0a2c authored by cehoyos's avatar cehoyos

Icc does not support attribute flatten, do not try to use it.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19286 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a6262ab9
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment