|
@@ -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)
|