Skip to content
Snippets Groups Projects
Commit 3af9bc01 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Loading JXLT didn't fail if threads can't be loaded.

parent 71093f8f
No related branches found
No related tags found
1 merge request!488Overhaul LZH code
......@@ -110,7 +110,6 @@ bool load_jxl_funcs(void)
#ifdef WITH_JPEG_XL_THREADS
const char *tlibnames[] = {"jxl_threads", NULL};
Jxl.status = JXL_STATUS_FAILED;
if (jxlt_dll == NULL && (jxlt_dll = xp_dlopen(tlibnames, RTLD_LAZY | RTLD_GLOBAL, JPEGXL_MAJOR_VERSION)) == NULL)
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment