mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Some assembly routines don't work on Thumb as-is. For now just disable these so the codecs compile. Affected codecs: - libflac - libmad - libspeex - libtta - libwavpack A few DSP routines need to be disabled for the same reason: - crossfeed_process - crossfeed_meier_process - resample_hermite - filter_process - sample_output_stereo Change-Id: I277e0719652096745a19a7e2b597eff32d8e1553
7 lines
100 B
Text
7 lines
100 B
Text
decoder.c
|
|
shndec.c
|
|
#if defined(CPU_COLDFIRE)
|
|
coldfire.S
|
|
#elif defined(CPU_ARM_CLASSIC)
|
|
arm.S
|
|
#endif
|