From 2df7a275c14e283cc523fb80e932f14c2f122eea Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 7 Nov 2010 21:15:13 +0000 Subject: Tiny refactoring of libmad's synthesis filter. This allows minor speed up and higher precision on ARM, plus a simplification in dct32 configuration. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28531 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmad/version.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/codecs/libmad/version.c') diff --git a/apps/codecs/libmad/version.c b/apps/codecs/libmad/version.c index 064a5938cc..06edcd065b 100644 --- a/apps/codecs/libmad/version.c +++ b/apps/codecs/libmad/version.c @@ -81,10 +81,6 @@ char const mad_build[] = "" "OPT_SSO " # endif -# if defined(OPT_DCTO) /* never defined here */ - "OPT_DCTO " -# endif - # if defined(OPT_STRICT) "OPT_STRICT " # endif -- cgit v1.2.3