Update external libraries

Switch to official `stb_vorbis.c` instead of using an outdated fork
This commit is contained in:
Ray 2023-02-01 11:45:42 +01:00
parent a151cbd37a
commit d827a65e59
8 changed files with 2230 additions and 1568 deletions

View file

@ -198,8 +198,7 @@ typedef struct tagBITMAPINFOHEADER {
#if defined(SUPPORT_FILEFORMAT_OGG)
// TODO: Remap stb_vorbis malloc()/free() calls to RL_MALLOC/RL_FREE
#define STB_VORBIS_IMPLEMENTATION
#include "external/stb_vorbis.h" // OGG loading functions
#include "external/stb_vorbis.c" // OGG loading functions
#endif
#if defined(SUPPORT_FILEFORMAT_XM)