Make the SPC codec run like it used to on Coldfire before -Os crushed it. Build as...
commitcc9146e95349244ab24ab608e5fc9adc973e82c7
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Mon, 16 Jul 2007 21:03:25 +0000 (16 21:03 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Mon, 16 Jul 2007 21:03:25 +0000 (16 21:03 +0000)
tree7649c84039f0ee4801d56b7b9b38966c3731f79a
parentda5b6c973f3d59784a9a83f4110f7f7edddd2ad2
Make the SPC codec run like it used to on Coldfire before -Os crushed it. Build as a lib using the old -O option. Should not impact ARM targets.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13919 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/Makefile
apps/codecs/spc.c
apps/codecs/spc/Makefile [new file with mode: 0644]
apps/codecs/spc/SOURCES [new file with mode: 0644]
apps/codecs/spc/spc_cpu.c [moved from apps/codecs/spc/Spc_Cpu.h with 98% similarity]
apps/codecs/spc/spc_dsp.c [moved from apps/codecs/spc/Spc_Dsp.h with 87% similarity]
apps/codecs/spc/spc_emu.c [new file with mode: 0644]
apps/codecs/spc/spc_profiler.c [copied from apps/codecs/spc/spc_profiler.h with 57% similarity]
apps/codecs/spc/spc_profiler.h