Closed Semphriss closed 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.
SDL2MIXER_VENDORED=ON
It's a typo, thanks!
At this line, I'm getting:
and a corresponding linker error; is this a typo or a problem on my end?
I'm using
SDL2MIXER_VENDORED=ON
, if that plays.