mirror of https://github.com/FFmpeg/FFmpeg.git
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>pull/8/head
parent
768c47ec37
commit
3e15775333
1 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue