diff options
author | Måns Rullgård <mans@mansr.com> | 2009-05-28 23:19:32 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-05-28 23:19:32 +0000 |
commit | 9d48e28f00c992cfc870726533e0d5b3b1390ee2 (patch) | |
tree | b65bd4c7565f639128c8de4c4afa3c471ba833a3 /libavcodec/mathops.h | |
parent | 85dd97adff3560b5d3c79f6cd12b59f1d3c771ca (diff) | |
download | ffmpeg-9d48e28f00c992cfc870726533e0d5b3b1390ee2.tar.gz |
MIPS: add MIPS64 and Loongson asm for MAC64/MLS64
Originally committed as revision 18979 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mathops.h')
-rw-r--r-- | libavcodec/mathops.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |