summaryrefslogtreecommitdiffstats
path: root/libavcodec/mathops.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-05-28 23:19:32 +0000
committerMåns Rullgård <mans@mansr.com>2009-05-28 23:19:32 +0000
commit9d48e28f00c992cfc870726533e0d5b3b1390ee2 (patch)
treeb65bd4c7565f639128c8de4c4afa3c471ba833a3 /libavcodec/mathops.h
parent85dd97adff3560b5d3c79f6cd12b59f1d3c771ca (diff)
downloadffmpeg-streaming-9d48e28f00c992cfc870726533e0d5b3b1390ee2.zip
ffmpeg-streaming-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h
index 1477ba6..398df08 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
OpenPOWER on IntegriCloud