1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-23 01:35:07 +02:00

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

Originally committed as revision 19286 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Carl Eugen Hoyos 2009-06-28 18:28:27 +00:00
parent 39a4f14643
commit a3a55b7848

View File

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