Commit fa1b2c8e authored by Michael Niedermayer's avatar Michael Niedermayer

ffv1: attempt to workaround intel CC fate issue.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8dfb13ea
......@@ -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
......
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