Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
13
Src/external_dependencies/openmpt-trunk/include/stb_vorbis/OpenMPT.txt
vendored
Normal file
13
Src/external_dependencies/openmpt-trunk/include/stb_vorbis/OpenMPT.txt
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
This folder contains the stb_vorbis library from
|
||||
https://github.com/nothings/stb/blob/master/stb_vorbis.c v1.22
|
||||
commit 5a0bb8b1c1b1ca3f4e2485f4114c1c8ea021b781 (2021-07-12)
|
||||
|
||||
Modifications:
|
||||
* Use of alloca has been replaced with malloc, as alloca is not in C99 and
|
||||
fails to compile.
|
||||
* Macro redefinition of alloca with mingw-w64 has been fixed.
|
||||
* Macro redefinition of STB_VORBIS_NO_STDIO has been fixed.
|
||||
|
||||
For building, premake is used to generate Visual Studio project files.
|
||||
See ../build/premake/ for details.
|
||||
|
5593
Src/external_dependencies/openmpt-trunk/include/stb_vorbis/stb_vorbis.c
vendored
Normal file
5593
Src/external_dependencies/openmpt-trunk/include/stb_vorbis/stb_vorbis.c
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue