mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
ffv1: attempt to workaround intel CC fate issue.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
8dfb13ea59
commit
fa1b2c8e18
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue