summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-04-16 11:51:17 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-04-16 12:01:46 +0200
commitfa1b2c8e188d96ea9de0b9dbe7a8833f9b84d501 (patch)
treef0c116f4ec6ffb8eea54e7dc2122d9019c9f3325 /libavcodec
parent8dfb13ea59f87365f407dfe4fc196b50e3fad92b (diff)
ffv1: attempt to workaround intel CC fate issue.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/ffv1.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c
index 37169594fa..0a9147a0f4 100644
--- a/libavcodec/ffv1.c
+++ b/libavcodec/ffv1.c
@@ -36,6 +36,11 @@
#include "libavutil/pixdesc.h"
#include "libavutil/avassert.h"
+#ifdef __INTEL_COMPILER
+#undef av_flatten
+#define av_flatten
+#endif
+
#define MAX_PLANES 4
#define CONTEXT_SIZE 32