mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
ffmpeg: Disable mips32r2 for mips32 CPUs
Some CPUs, such as the au1500 are MIPS32 but not MIPS32r2 and we have to explicitly disable mips32r2 in the ffmpeg configure script. Signed-off-by: Bruno Randolf <br1@einfach.org>
This commit is contained in:
@@ -399,6 +399,10 @@ FFMPEG_CONFIGURE:= \
|
|||||||
--disable-vdpau \
|
--disable-vdpau \
|
||||||
--disable-outdevs
|
--disable-outdevs
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_CPU_TYPE),"mips32")
|
||||||
|
FFMPEG_CONFIGURE +=--disable-mips32r2
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),custom)
|
ifeq ($(BUILD_VARIANT),custom)
|
||||||
|
|
||||||
FFMPEG_ENABLE= \
|
FFMPEG_ENABLE= \
|
||||||
|
|||||||
Reference in New Issue
Block a user