mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
ffmpeg: add upstream patches fixing MIPS compilation
Removed the Makefile references. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user