summaryrefslogtreecommitdiffstats
path: root/libavcodec/mathops.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-08-17 02:23:53 +0000
committerMåns Rullgård <mans@mansr.com>2009-08-17 02:23:53 +0000
commitb7904f78c1d6fd081b18b506f819e2186d9e0ae1 (patch)
tree62e0085f996cc31f771bb0cc9cd0dbc07c91e060 /libavcodec/mathops.h
parent6b052ba88fd04c214eeb930e8088ca430dfa3a9e (diff)
downloadffmpeg-streaming-b7904f78c1d6fd081b18b506f819e2186d9e0ae1.zip
ffmpeg-streaming-b7904f78c1d6fd081b18b506f819e2186d9e0ae1.tar.gz
AVR32: optimised mathops.h
44% faster MP3 decoding Originally committed as revision 19667 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 398df08..4e24350 100644
--- a/libavcodec/mathops.h
+++ b/libavcodec/mathops.h
@@ -26,6 +26,8 @@
#if ARCH_ARM
# include "arm/mathops.h"
+#elif ARCH_AVR32
+# include "avr32/mathops.h"
#elif ARCH_BFIN
# include "bfin/mathops.h"
#elif ARCH_MIPS
OpenPOWER on IntegriCloud