From aa2fca384a7e71b7a9afbee0d68cfb2b7a5266f5 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Thu, 29 Jul 2010 22:18:04 +0000 Subject: Maintenance and minor speedup of libwmapro. Comment unused arrays, fix comment, remove tabs and introduce WMAPRO_FRACT to wma.h to remove magic numbers. Swap operands of fixmul16-call for minor speedup on ARM (+1%). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27617 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwmapro/wmaprodec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/codecs/libwmapro/wmaprodec.h') diff --git a/apps/codecs/libwmapro/wmaprodec.h b/apps/codecs/libwmapro/wmaprodec.h index 2e7d01a..d4e0e00 100644 --- a/apps/codecs/libwmapro/wmaprodec.h +++ b/apps/codecs/libwmapro/wmaprodec.h @@ -1,4 +1,5 @@ #include "codeclib.h" +#include "wma.h" #include "../libasf/asf.h" #if (CONFIG_CPU == MCF5250) || defined(CPU_S5L870X) -- cgit v1.1