-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SDL2] Use pre-built avif/libjxl libraries in autotools configuration #484
Comments
FYI, this is a blocker for an SDL_image release, so we should resolve this. |
Creating import libraries, and configuring with I created the implibs using:
|
I think I got it working with:
|
Yes, that should work I think
Why is this a blocker? Are the sdl2 branch releases going to be made through CI artifacts? |
P.S.: The actual blocker is #450 (tests failing against libjxl >= 0.10.0), which I think we should ask libjxl guys for help |
It works! Proven by ci :)
Yes, I've backported the scripts from the main branch, now using autotools. It was a blocker because without it, the mingw binaries would be built without avif/webp/tiff support. |
The autotools detects libavif/libjx using pkg-config and custom build tests here:
SDL_image/configure.ac
Lines 310 to 320 in 251cdd8
Is it possible to re-use the pre-built win32 binaries in VisualC/external?
Configuring with
LIBAVIF_CFLAGS=/path/to/SDL2_image/VisualC/external/include LIBAVIF_LDFLAGS=
does still fail the libavif tests.@sezero
The text was updated successfully, but these errors were encountered: