Use stb_vorbis.h as header only

This commit is contained in:
Ray
2018-12-21 00:17:44 +01:00
parent e48f2f9d43
commit 4ec4dc691f
12 changed files with 5120 additions and 5122 deletions

View File

@ -91,7 +91,7 @@
#include <stdio.h> // Required for: FILE, fopen(), fclose(), fread()
#if defined(SUPPORT_FILEFORMAT_OGG)
//#define STB_VORBIS_HEADER_ONLY
#define STB_VORBIS_IMPLEMENTATION
#include "external/stb_vorbis.h" // OGG loading functions
#endif