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
13 lines
171 B
Text
13 lines
171 B
Text
bit.c
|
|
frame.c
|
|
huffman.c
|
|
layer12.c
|
|
layer3.c
|
|
stream.c
|
|
synth.c
|
|
#if defined(CPU_COLDFIRE)
|
|
imdct_mcf5249.S
|
|
#elif defined(CPU_ARM_CLASSIC)
|
|
imdct_l_arm.S
|
|
synth_full_arm.S
|
|
#endif
|