From 9d48e28f00c992cfc870726533e0d5b3b1390ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Thu, 28 May 2009 23:19:32 +0000 Subject: MIPS: add MIPS64 and Loongson asm for MAC64/MLS64 Originally committed as revision 18979 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mathops.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/mathops.h') diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index 1477ba652b..398df08295 100644 --- a/libavcodec/mathops.h +++ b/libavcodec/mathops.h @@ -28,6 +28,8 @@ # include "arm/mathops.h" #elif ARCH_BFIN # include "bfin/mathops.h" +#elif ARCH_MIPS +# include "mips/mathops.h" #elif ARCH_PPC # include "ppc/mathops.h" #elif ARCH_X86 -- cgit v1.2.3