1
0
Fork 0
forked from len0rd/rockbox

Enabled the FLAC EMAC optimisations.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7678 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2005-10-28 22:03:52 +00:00
parent eb87ad5e32
commit 6ff8463216
2 changed files with 12 additions and 0 deletions

View file

@ -1,2 +1,5 @@
bitstream.c
decoder.c
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
coldfire.S
#endif