|
@@ -507,10 +507,8 @@ 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)
|
|
|
|
|
|
+# Fix build failure on several missing assembly instructions
|
|
FFMPEG_CONF_OPTS += --disable-asm
|
|
FFMPEG_CONF_OPTS += --disable-asm
|
|
-endif
|
|
|
|
endif # MIPS
|
|
endif # MIPS
|
|
|
|
|
|
ifeq ($(BR2_POWERPC_CPU_HAS_ALTIVEC),y)
|
|
ifeq ($(BR2_POWERPC_CPU_HAS_ALTIVEC),y)
|