OpenMPT.txt 538 B

12345678910111213
  1. This folder contains the stb_vorbis library from
  2. https://github.com/nothings/stb/blob/master/stb_vorbis.c v1.22
  3. commit 5a0bb8b1c1b1ca3f4e2485f4114c1c8ea021b781 (2021-07-12)
  4. Modifications:
  5. * Use of alloca has been replaced with malloc, as alloca is not in C99 and
  6. fails to compile.
  7. * Macro redefinition of alloca with mingw-w64 has been fixed.
  8. * Macro redefinition of STB_VORBIS_NO_STDIO has been fixed.
  9. For building, premake is used to generate Visual Studio project files.
  10. See ../build/premake/ for details.