From b7904f78c1d6fd081b18b506f819e2186d9e0ae1 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Mon, 17 Aug 2009 02:23:53 +0000 Subject: AVR32: optimised mathops.h 44% faster MP3 decoding Originally committed as revision 19667 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 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 -- cgit v1.2.3