mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 14:42:31 -05:00
The mingw linker uses strlen() in some cases, and codeclib.c redefines it, that leads to mingw runtime init to call into our strlen() and then ci->strlen() which of course crashes. Apply the same fix as for malloc and friends: rename the symbol. The codeclib.h include is necessary for normal builds. Change-Id: Ifa85901a3e4a31cc0e10b4b905df348a239d5c99 |
||
|---|---|---|
| .. | ||
| asm_arm.h | ||
| asm_mcf5249.h | ||
| codeclib.c | ||
| codeclib.h | ||
| codeclib_misc.h | ||
| ffmpeg_bitstream.c | ||
| ffmpeg_bswap.h | ||
| ffmpeg_get_bits.h | ||
| ffmpeg_intreadwrite.h | ||
| ffmpeg_put_bits.h | ||
| fft-ffmpeg.c | ||
| fft-ffmpeg_arm.h | ||
| fft-ffmpeg_cf.h | ||
| fft.h | ||
| libcodec.make | ||
| mdct.c | ||
| mdct.h | ||
| mdct_lookup.c | ||
| mdct_lookup.h | ||
| osx.dummy.c | ||
| SOURCES | ||