libsdl-org / SDL_mixer

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

`stb_vorbis_open_IO` implicitly declared, compiler suggests `stb_vorbis_open_io` #599

Closed Semphriss closed 8 months ago

Semphriss commented 8 months ago

At this line, I'm getting:

warning: implicit declaration of function 'stb_vorbis_open_IO'; did you mean 'stb_vorbis_open_io'?

and a corresponding linker error; is this a typo or a problem on my end?

I'm using SDL2MIXER_VENDORED=ON, if that plays.

slouken commented 8 months ago

It's a typo, thanks!