diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-12-20 17:09:09 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-23 19:27:19 +0100 |
commit | 3e1577533318e2ebd6eb7ea632f1322ed4df3035 (patch) | |
tree | 943625c1aacab2bc60dd257b77661f61fe31df60 /libswscale/yuv2rgb.c | |
parent | 768c47ec371331970b4859d1e15e5f355fa73568 (diff) | |
download | ffmpeg-3e1577533318e2ebd6eb7ea632f1322ed4df3035.tar.gz |
x86/ac3dsp_init: try to workaround ICC failure.
The asm code is not valid for older compilers as it uses too many
operands, ICC on x86_32 seems affected by this.
This patch disables the affected code for ICC on x86_32 and should
make it compileable again.
A better fix would be to use fewer operands or to change this code
to yasm, later is being worked on AFAIK so this is a temporary
solution.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/yuv2rgb.c')
0 files changed, 0 insertions, 0 deletions