4e822fcadf
mips_32 is not supported by ffmpeg and it tries to build with loongson3 SIMD support that leads to build failure due to: /tmp/ccFO2LRa.s: Assembler messages: /tmp/ccFO2LRa.s:15314: Error: opcode not supported on this processor: mips32 (mips32) `dmult $2,$6' /tmp/ccFO2LRa.s:15316: Error: opcode not supported on this processor: mips32 (mips32) `dsrl $2,$2,32' So let's --disable-asm to prevent using those unsupported opcodes for every mips architecture according to Arnout. Fixes: http://autobuild.buildroot.net/results/f01/f01d9cedec8e1b371308d0f7af561a75883fa27c/ Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> |
||
---|---|---|
.. | ||
0001-swscale-x86-yuv2rgb-Fix-build-without-SSSE3.patch | ||
0002-avcodec-vaapi_h264-skip-decode-if-pic-has-no-slices.patch | ||
0003-libavutil-Fix-mips-build.patch | ||
0004-configure-add-extralibs-to-extralibs_xxx.patch | ||
Config.in | ||
ffmpeg.hash | ||
ffmpeg.mk |