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

I've got it... I needed to disable all the AVX stuff.

Presumably, this is broken because I cross-compile.
parent 7f4d6b73
No related branches found
No related tags found
1 merge request!488Overhaul LZH code
Pipeline #7462 failed
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -36,7 +36,6 @@ else
endif
ifdef win
ifeq (${os}, "win32")
CFLAGS += -I${3RDP_ROOT}/win32.release/libjxl/include -DJXL_THREADS_STATIC_DEFINE -DJXL_STATIC_DEFINE
LDFLAGS += -L${3RDP_ROOT}/${os}.release/libjxl/lib -static-libstdc++ -static-libgcc
EXTRA_LIBS += -ljxl
......@@ -47,7 +46,6 @@ ifdef win
CFLAGS += -DWITH_JPEG_XL -DWITH_STATIC_JXL
CFLAGS += -DWITH_JPEG_XL_THREADS
OBJS += $(MTOBJODIR)$(DIRSEP)libjxl$(OFILE)
endif
else
ifeq ($(shell pkg-config libjxl --exists && echo YES), YES)
CFLAGS += $(shell pkg-config libjxl --cflags)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment