SDL_mixer
SDL_mixer copied to clipboard
Can not pass compile with the lasted commit
I want compile this with source code, but there are some problem I can't figure out. it seems to has some syntax error and wrong use with source code;
I see the makelist has "set(SDL_REQUIRED_VERSION 3.2.0)". Is this mixer version not adapt to the last SDL3 release version?
SDL3_mixer needs SDL 3.4.0, which hasn't shipped yet; you have to build SDL3 from revision control for now.
(This will be fixed when we finish 3.4.0, sorry about that.)