libsdl-org / SDL_mixer

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

cmake: allow overriding GME_ZLIB and GME_UNRAR options by user #632

Closed mechakotik closed 2 months ago

mechakotik commented 2 months ago

I am using vendored SDL_mixer in my project and I need zlib support in libgme to load compressed VGMs. Current SDL_mixer CMake config disables it and doesn't allow user to enable it.

mechakotik commented 2 months ago

Could you please merge it into SDL2 too?

madebr commented 2 months ago

Sure, see f66ffea0 (SDL2) and 33668fa3c2e78afe71493aea09ca1d24d4c3dcfe (2.8.x)