oslibs, codecs (macosx, windows): recompile libmodplug with several

fixes included, and midi formats, gus patches, and wav formats loading
disabled.


git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@936 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2014-07-20 07:56:00 +00:00
parent cca7a948b9
commit 0e8801bb78
5 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
libmodplug - v0.8.8.5 release + git (2014-06-15.)
libmodplug - v0.8.8.5 release + git (2014-07-18) using sezero's fork
at https://github.com/sezero/libmodplug/
midi formats (*.abc, *.mid) and GUS patches (*.pat) loading disabled.
wav format loading disabled.
only the C-interface is exported in the dylibs, which is what we use.

View File

@ -1,4 +1,8 @@
libmodplug - v0.8.8.5 release + git (2014-06-15.)
libmodplug - v0.8.8.5 release + git (2014-07-18) using sezero's fork
at https://github.com/sezero/libmodplug/
midi formats (*.abc, *.mid) and GUS patches (*.pat) loading disabled.
wav format loading disabled.
only the C-interface is exported in the dlls and the import libraries,
which is what we use. the dll is compiled using mingw (gcc-3.4.5/x86)