rockbox/lib/rbcodec
Amaury Pouly 16d1788356 Fix codecs in simulator builds on Windows
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
2017-01-15 21:46:19 +01:00
..
codecs Fix codecs in simulator builds on Windows 2017-01-15 21:46:19 +01:00
dsp iBasso DX50/DX90: Major code cleanup and reorganization. 2015-02-02 21:57:55 +01:00
metadata Fix warning in WMA Pro and remove a c++ comment. 2014-11-28 23:04:50 +01:00
test _BSD_SOURCE is deprecated, and we're supposed to use _DEFAULT_SOURCE now. 2016-03-18 21:27:15 +01:00
platform.h Enable buflib and core_alloc for warble. 2015-01-19 21:30:03 +01:00
rbcodec.make Make fixepoint.c as a shared library (libfixedpoint.a). 2013-04-26 00:11:04 +02:00
rbcodecconfig-example.h Enable setting of global output samplerate on certain targets. 2013-07-06 04:22:04 +02:00
rbcodecplatform-unix.h Enable buflib and core_alloc for warble. 2015-01-19 21:30:03 +01:00
SOURCES three new DSPs 2015-01-19 19:34:01 +01:00