ffmpeg: add upstream patches fixing MIPS compilation

Removed the Makefile references.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-04-11 19:00:14 -07:00
committed by Ian Leonard
parent 4adfaa279e
commit 79afc370f9
4 changed files with 188 additions and 13 deletions
-13
View File
@@ -410,12 +410,6 @@ FFMPEG_CONFIGURE+= \
--disable-armv5te \
--disable-armv6 \
--disable-armv6t2 \
--disable-inline-asm \
--disable-mipsdsp \
--disable-mipsdspr2 \
--disable-mipsfpu \
--disable-msa \
--disable-mmi \
--disable-fast-unaligned \
--disable-runtime-cpudetect
@@ -428,13 +422,6 @@ FFMPEG_CONFIGURE+= \
--disable-altivec
endif
# libavcodec/mips/aacdec_mips.c build problem
# XXX: disable use of assembly on MIPS. Patches welcome.
ifneq ($(findstring mips,$(CONFIG_ARCH)),)
FFMPEG_CONFIGURE+= \
--disable-asm --disable-inline-asm
endif
# selectively disable optimizations according to arch/cpu type
ifneq ($(findstring arm,$(CONFIG_ARCH)),)
FFMPEG_CONFIGURE+= --enable-lto