mackron / dr_libs

Audio decoding libraries for C/C++, each in a single source file.
Other
1.27k stars 206 forks source link

`drmp3__malloc_from_callbacks` not found #125

Closed Clownacy closed 4 years ago

Clownacy commented 4 years ago

drmp3__malloc_from_callbacks is wrapped in an #ifndef DR_MP3_NO_STDIO, but apparently the function is now used even when DR_MP3_NO_STDIO is defined, causing an error.

mackron commented 4 years ago

Thanks for the report. I actually just fixed this the other day: https://github.com/mackron/dr_libs/commit/cfc9a39178e6f2349ce28ca5c09a93217b680957. Note that the recent 0.6.x iteration has some breaking API changes if you haven't already updated.