mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-21 14:01:53 +03:00
Makefile: Set libjxl to AUTO
This commit is contained in:
parent
b19fcdd26f
commit
249e8472a2
@ -51,6 +51,10 @@ NETSURF_USE_GIF := AUTO
|
||||
# Valid options: YES, NO (highly recommended)
|
||||
NETSURF_USE_JPEG := YES
|
||||
|
||||
# Enable NetSurf's use of libjxl for displaying JPEGXLs
|
||||
# Valid options: YES, NO, AUTO (highly recommended)
|
||||
NETSURF_USE_JPEGXL := AUTO
|
||||
|
||||
# Enable NetSurf's use of libpng for displaying PNGs.
|
||||
# Valid options: YES, NO, AUTO (highly recommended)
|
||||
NETSURF_USE_PNG := AUTO
|
||||
|
Loading…
Reference in New Issue
Block a user