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

Add WITHOUT_JPEG_XL build option

For those who want to force JPEG XL off, and don't use CMake
parent d5ebba93
No related branches found
No related tags found
No related merge requests found
Pipeline #7851 passed
...@@ -39,6 +39,7 @@ else ...@@ -39,6 +39,7 @@ else
CRYPT_LIBS += $(CRYPT_LIB) CRYPT_LIBS += $(CRYPT_LIB)
endif endif
ifndef WITHOUT_JPEG_XL
ifdef win ifdef win
CFLAGS += -I${3RDP_ROOT}/win32.release/libjxl/include -DJXL_THREADS_STATIC_DEFINE -DJXL_STATIC_DEFINE -DDLLIFY CFLAGS += -I${3RDP_ROOT}/win32.release/libjxl/include -DJXL_THREADS_STATIC_DEFINE -DJXL_STATIC_DEFINE -DDLLIFY
LDFLAGS += -L${3RDP_ROOT}/${os}.release/libjxl/lib -static-libstdc++ -static-libgcc LDFLAGS += -L${3RDP_ROOT}/${os}.release/libjxl/lib -static-libstdc++ -static-libgcc
...@@ -79,6 +80,7 @@ else ...@@ -79,6 +80,7 @@ else
endif endif
endif endif
endif endif
endif
$(MTOBJODIR)$(DIRSEP)conn$(OFILE): $(CRYPT_LIBS) $(MTOBJODIR)$(DIRSEP)conn$(OFILE): $(CRYPT_LIBS)
$(MTOBJODIR)$(DIRSEP)ssh$(OFILE): $(CRYPT_LIBS) $(MTOBJODIR)$(DIRSEP)ssh$(OFILE): $(CRYPT_LIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment