rockbox/apps/codecs/libffmpegFLAC/SOURCES
Thom Johansen 154d959a8b Enable ARM optimisation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8931 a1c6a512-1295-4272-9138-f99709370657
2006-03-06 11:14:29 +00:00

9 lines
159 B
Text

bitstream.c
decoder.c
shndec.c
tables.c
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
coldfire.S
#elif defined(CPU_ARM) && !defined(SIMULATOR)
arm.S
#endif