1
0
Fork 0
forked from len0rd/rockbox
foxbox/lib/rbcodec/codecs/libmad/SOURCES
Aidan MacDonald da4e02cdd3 codecs: disable incompatible ARM assembly for Cortex-M
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
2025-04-19 13:00:17 -04:00

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