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

`stb_vorbis_open_IO` implicitly declared, compiler suggests `stb_vorbis_open_io`

Semphriss opened this issue · comments

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.

It's a typo, thanks!