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

SDL3 + Android = error: undefined symbol: Mix_HookMusicFinished

AntTheAlchemist opened this issue · comments

I'm not able to use Mix_HookMusicFinished in the latest SDL3 source when building for Android. It worked with SDL2, so I'm not sure at what stage this bug appeared. Very odd, but then I noticed that Mix_HookMusicFinished is not listed in SDL_mixer.sym, might this be the problem? I can use other Mix_* methods without a problem.

Should be fixed as of d9d4f14: Please confirm.

@sezero That's fixed it, thanks!