-
Notifications
You must be signed in to change notification settings - Fork 177
remove libmodplug support. #673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
(CC @madebr for cmake side, just in case) |
This seems fine to me. I'll let @icculus merge when he's ready, I don't know what local changes he has at the moment. We should leave SDL2 alone. |
OK, I went ahead and removed the obsolete enum values MUS_MODPLUG_UNUSED and MUS_MP3_MAD_UNUSED. @icculus: merge? |
Yes, go ahead and merge. |
Done |
libmodplug support has been removed in master branch libsdl-org/SDL_mixer#673 Remove the option as we still provide libxmp to handle .mod Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
…ONFIG libmodplug support has been removed in master branch libsdl-org/SDL_mixer#673 Remove the option as we still provide libxmp to handle .mod Signed-off-by: Markus Volk <f_l_kt-online.de> Signed-off-by: Khem Raj <raj.khemgmail.com>
…ONFIG libmodplug support has been removed in master branch libsdl-org/SDL_mixer#673 Remove the option as we still provide libxmp to handle .mod Signed-off-by: Markus Volk <f_l_kt-online.de> Signed-off-by: Khem Raj <raj.khemgmail.com>
…ONFIG libmodplug support has been removed in master branch libsdl-org/SDL_mixer#673 Remove the option as we still provide libxmp to handle .mod Signed-off-by: Markus Volk <f_l_kt-online.de> Signed-off-by: Khem Raj <raj.khemgmail.com>
As discussed in #672
@icculus, @slouken: What to do with
MUS_MODPLUG_UNUSED
enumerated valuein the public interface? Just remove it? (We have no SDL3_mixer releases
anyway. Same for the
MUS_MP3_MAD_UNUSED
thing.)P.S.: Should I do the same in SDL2 branch, or keep it as is?