forked from len0rd/rockbox
Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik DAX ports compile. Note that some codecs are currently disabled (due to lowmem on these targets), but that needs more work and analysis to decide how much RAM we want to allocate to codecs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18566 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
80458b6222
commit
85807cd44e
13 changed files with 482 additions and 45 deletions
|
@ -5,25 +5,25 @@ mpa.c
|
|||
flac.c
|
||||
wav.c
|
||||
a52.c
|
||||
mpc.c
|
||||
wavpack.c
|
||||
#ifndef RB_PROFILE
|
||||
alac.c
|
||||
#endif
|
||||
#if MEMORYSIZE > 2
|
||||
mpc.c
|
||||
wma.c
|
||||
#if MEMORYSIZE > 1
|
||||
aac.c
|
||||
#endif
|
||||
sid.c
|
||||
ape.c
|
||||
nsf.c
|
||||
#endif
|
||||
spc.c
|
||||
asap.c
|
||||
mod.c
|
||||
shorten.c
|
||||
aiff.c
|
||||
speex.c
|
||||
sid.c
|
||||
adx.c
|
||||
nsf.c
|
||||
spc.c
|
||||
asap.c
|
||||
#if defined(HAVE_RECORDING) && !defined(SIMULATOR)
|
||||
/* encoders */
|
||||
aiff_enc.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue