From 93bc5ef1d64ee140d6c578c9a3cab39d5f267bda Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Sun, 8 Jul 2007 06:06:00 +0000 Subject: Fix rare overflow when decoding MDCT coefficients. As a bonus, decoding is now slightly faster. Thanks to preglow for suggesting I test with a full scale normalized square wave. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13815 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/SOURCES') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 14f4d552d1..807f20f9f8 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -18,6 +18,7 @@ stats.c stopwatch.c vbrfix.c viewer.c +test_codec.c /* plugins built for all targets, but not for the simulator */ #if !defined(SIMULATOR) -- cgit v1.2.3