Update external libraries
Switch to official `stb_vorbis.c` instead of using an outdated fork
This commit is contained in:
parent
a151cbd37a
commit
d827a65e59
8 changed files with 2230 additions and 1568 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue