diff options
| author | raysan5 <[email protected]> | 2017-08-04 12:58:39 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2017-08-04 12:58:39 +0200 |
| commit | 2ec888019779d2e2638eed005383c8b7548ff005 (patch) | |
| tree | b062a904fa785551db52804d94494bd71dc53db6 /src/external/stb_vorbis.h | |
| parent | fba117e3cdfa79591410085a3e6d027dd7c891cf (diff) | |
| download | raylib-2ec888019779d2e2638eed005383c8b7548ff005.tar.gz raylib-2ec888019779d2e2638eed005383c8b7548ff005.zip | |
Updated stb libs to latest version
Diffstat (limited to 'src/external/stb_vorbis.h')
| -rw-r--r-- | src/external/stb_vorbis.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/external/stb_vorbis.h b/src/external/stb_vorbis.h index 9394e813..1cdca652 100644 --- a/src/external/stb_vorbis.h +++ b/src/external/stb_vorbis.h @@ -1,4 +1,4 @@ -// Ogg Vorbis audio decoder - v1.10 - public domain +// Ogg Vorbis audio decoder - v1.11 - public domain // http://nothings.org/stb_vorbis/ // // Original version written by Sean Barrett in 2007. @@ -29,9 +29,10 @@ // Bernhard Wodo Evan Balster alxprd@github // Tom Beaumont Ingo Leitgeb Nicolas Guillemot // Phillip Bennefall Rohit Thiago Goulart -// manxorist@github saga musix +// manxorist@github saga musix github:infatum // // Partial history: +// 1.11 - 2017/07/23 - fix MinGW compilation // 1.10 - 2017/03/03 - more robust seeking; fix negative ilog(); clear error in open_memory // 1.09 - 2016/04/04 - back out 'truncation of last frame' fix from previous version // 1.08 - 2016/04/02 - warnings; setup memory leaks; truncation of last frame |
