libsdl-org / SDL_mixer

An audio mixer that supports various file formats for Simple Directmedia Layer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add optional GME DLL for Windows release

slouken opened this issue · comments

The macOS release has optional gme and wavpack frameworks, and the Windows release has optional wavpack DLL, but is missing the GME DLL.

Can you build and test x86 and x64 GME DLLs for the release?

OK, I will build today. But they will have to statically link to libstc++ yes? They will have bloated sizes..

OK, added them.

Note that gme option is disabled by default in both autotools and cmake. Don't know how it is in msvc project.

Closing.