From e652eb6243ce3f7aeded43a85ed37c3cf69bdd93 Mon Sep 17 00:00:00 2001 From: Bruno Randolf Date: Tue, 14 Oct 2014 10:14:14 +0100 Subject: [PATCH] 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 --- multimedia/ffmpeg/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index f3c047dd4..2470ad256 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -399,6 +399,10 @@ FFMPEG_CONFIGURE:= \ --disable-vdpau \ --disable-outdevs +ifeq ($(CONFIG_CPU_TYPE),"mips32") + FFMPEG_CONFIGURE +=--disable-mips32r2 +endif + ifeq ($(BUILD_VARIANT),custom) FFMPEG_ENABLE= \