forked from len0rd/rockbox
Build wmapro, disabled on targets with less than 2MB of ram
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27423 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0159c0c09c
commit
de8369f3a2
2 changed files with 6 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ vox.c
|
|||
wav64.c
|
||||
tta.c
|
||||
|
||||
#if MEMORYSIZE > 2
|
||||
wmapro.c
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_RECORDING
|
||||
|
||||
/* encoders */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue