[FFmpeg-cvslog] ffv1: attempt to workaround intel CC fate issue.
Michael Niedermayer
git at videolan.org
Mon Apr 16 12:17:36 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Apr 16 11:51:17 2012 +0200| [fa1b2c8e188d96ea9de0b9dbe7a8833f9b84d501] | committer: Michael Niedermayer
ffv1: attempt to workaround intel CC fate issue.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa1b2c8e188d96ea9de0b9dbe7a8833f9b84d501
---
libavcodec/ffv1.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c
index 3716959..0a9147a 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
More information about the ffmpeg-cvslog
mailing list