mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
package/ffmpeg: disable asm on mips r6
Fixes: - http://autobuild.buildroot.org/results/f5125bde6d3604af3342a205a8445947aff95d5a - http://autobuild.buildroot.org/results/beb70bd6c1dd9abf7bc1b53299ba0094a36f4179 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
b7b8a7f3ac
commit
5ac8f92c1e
@ -482,6 +482,11 @@ FFMPEG_CONF_OPTS += --disable-mipsfpu
|
|||||||
else
|
else
|
||||||
FFMPEG_CONF_OPTS += --enable-mipsfpu
|
FFMPEG_CONF_OPTS += --enable-mipsfpu
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Fix build failure on "addi opcode not supported"
|
||||||
|
ifeq ($(BR2_mips_32r6)$(BR2_mips_64r6),y)
|
||||||
|
FFMPEG_CONF_OPTS += --disable-asm
|
||||||
|
endif
|
||||||
endif # MIPS
|
endif # MIPS
|
||||||
|
|
||||||
ifeq ($(BR2_POWERPC_CPU_HAS_ALTIVEC),y)
|
ifeq ($(BR2_POWERPC_CPU_HAS_ALTIVEC),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user