libsdl-org / SDL_mixer

An audio mixer that supports various file formats for Simple Directmedia Layer.
zlib License
431 stars 147 forks source link

Add optional GME DLL for Windows release #587

Closed slouken closed 10 months ago

slouken commented 10 months ago

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?

sezero commented 10 months ago

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

sezero commented 10 months ago

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.