Özkan Sezer
Özkan Sezer
> @sezero Thank you so much for the patch, can I ask for a version with `git format-patch` so that I can include your work as your commits? > There...
Here is a minor clean-up patch. (Possibly applies to the SDL3 version too.) Pick from it as you like. ``` - make _abs,_llabs, get_time_ms, effect_is_periodic, effect_is_condition helpers static inline. -...
CI failures seem irrelevant -- I can't re-try them myself here, but in my branch they succeeded upon re-run.
Loading has no issues, but only saving?
This may be a bug in aom and can be a bitch to track down. If it's an aom 3.6.1 bug, I wonder whether it's fixed in newer versions, and...
[Sorry that this took way too long for me to look at.] Building aom with `-mstackrealign` and relinking libavif to it seem to solve it for me. aom patch is...
> Use the following conditional instead. > > if(MINGW AND AOM_TARGET_CPU STREQUAL "x86") I followed the exact style used in aom cmake'ry, but OK.
I went ahead and pushed the changes along with the new dll. @slouken: Make sure to verify that things are OK.
> Confirmed this works here, thanks! Great > How did you figure out the issue? Instinct about old mingw-x86-gcc issue.
> How do we use it? In SDL3.framework/Versions/A should reside SDL3.tdb instead of binary SDL3: Apple's ld (if it's new enough which for most if not all users it will...