diff options
| author | Ray <[email protected]> | 2018-12-21 00:17:44 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-12-21 00:17:44 +0100 |
| commit | 4ec4dc691f5a41ef85d8ee07295e897e368bc8c7 (patch) | |
| tree | 8596e68ba633e779754bc128c56f894fcc7560ae /src/audio.c | |
| parent | e48f2f9d43238293059b5c3ecec8e13eecc9a68b (diff) | |
| download | raylib-4ec4dc691f5a41ef85d8ee07295e897e368bc8c7.tar.gz raylib-4ec4dc691f5a41ef85d8ee07295e897e368bc8c7.zip | |
Use stb_vorbis.h as header only
Diffstat (limited to 'src/audio.c')
| -rw-r--r-- | src/audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio.c b/src/audio.c index d945301a..41aa1b61 100644 --- a/src/audio.c +++ b/src/audio.c @@ -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 |
