diff options
author | Måns Rullgård <mans@mansr.com> | 2009-08-17 02:23:53 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-08-17 02:23:53 +0000 |
commit | b7904f78c1d6fd081b18b506f819e2186d9e0ae1 (patch) | |
tree | 62e0085f996cc31f771bb0cc9cd0dbc07c91e060 /libavcodec/mathops.h | |
parent | 6b052ba88fd04c214eeb930e8088ca430dfa3a9e (diff) | |
download | ffmpeg-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index 398df08295..4e24350ef2 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 |