From f5884fdeb6252c77973d0f08ee952bb981f6678c Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Sat, 25 Apr 2009 03:51:58 +0000 Subject: Disable AAC-SBR, AAC-SSR, and AAC-PS on Sansa clip. Clean up warnings introduced by this. Enable compiling the AAC codec on the Clip. Due to lack of memory for seek tables, files over 10 minutes long or so will probably fail. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20781 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libfaad/syntax.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/codecs/libfaad/syntax.c') diff --git a/apps/codecs/libfaad/syntax.c b/apps/codecs/libfaad/syntax.c index 9476029..fa077d4 100644 --- a/apps/codecs/libfaad/syntax.c +++ b/apps/codecs/libfaad/syntax.c @@ -1058,6 +1058,8 @@ static uint8_t fill_element(NeAACDecHandle hDecoder, bitfile *ld, drc_info *drc } #endif } else { +#else + (void)hDecoder; #endif while (count > 0) { -- cgit v1.1