Skip to content
Snippets Groups Projects
Commit a3a55b78 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos
Browse files

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

Originally committed as revision 19286 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 39a4f146
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
#endif #endif
#ifndef av_flatten #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)) # define av_flatten __attribute__((flatten))
#else #else
# define av_flatten # define av_flatten
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment