1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Michael Giacomelli 2009-04-25 03:51:58 +00:00
parent 87b231c68c
commit f5884fdeb6
4 changed files with 10 additions and 1 deletions

View file

@ -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)
{