Özkan Sezer
Özkan Sezer
Looks like macos >= 13 has the issue. Changing the runner to macos-12, we get the old surface mismatch > There is no /opt/homebrew/lib path in the error message. I...
Yes, looks like we'll need to add homebrew lib directory to dyld path somehow in our workflows
> When I add the homebrew library path to `DYLD_LIBRARY_PATH`, the test fails with a BUS error. https://github.com/madebr/SDL_image/actions/runs/8927177439/job/24519945832#step:13:152 > > It fails during the BMP test, after successfully completing the...
Looks like msys started installing libjxl 0.10.2 and our tests started failing there too: https://github.com/libsdl-org/SDL_image/actions/runs/9005679096/job/24741542312
Can we not raise this issue in libjxl bug tracker somehow?
CC: @Wohlstand
> We should also probably point Sean Barrett at this if it's useful in a general sense to stb_vorbis. `stb_vorbis_stream_length_in_samples` is a [PR](https://github.com/nothings/stb/pull/1295) in stb_vorbis not yet merged. Only thing...
To me, this looks fine -- still waiting @Wohlstand to make a comment. I guess the same change is needed in `stb_vorbis_get_samples_float()` and `stb_vorbis_get_samples_short*()`, no? (Haven't tested..) I'm willing to...
Any changes to `stb_vorbis_get_samples_float_interleaved` must actually be applied to `stb_vorbis_get_samples_float`, `stb_vorbis_get_samples_short` and `stb_vorbis_get_samples_short_interleaved` as well. @ericoporto: Is the following refactored version good? (I build-tested only) @icculus, @Wohlstand: please review. ```diff...
> @sezero I tested and for the test case of issues I had this does fix it the same. Good. Waiting an additional green light from @icculus (and one from...