From: Bruno Randolf Date: Tue, 14 Oct 2014 09:14:14 +0000 (+0100) Subject: ffmpeg: Disable mips32r2 for mips32 CPUs X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e652eb6243ce3f7aeded43a85ed37c3cf69bdd93;p=feed%2Fpackages.git 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 --- diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index f3c047dd40..2470ad2566 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= \