diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-05-12 21:04:04 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-05-12 21:04:04 +0800 |
commit | 0de1d2018a6550e7dd1511ad3e15579a195c6463 (patch) | |
tree | 595270ea07a76d7274a6b5ad4b6d0bc24701a4bc | |
parent | a5dcf2912463f14818370d649a8c418e16fb6ff0 (diff) |
Similar to commit 0500c7 but for libjpeg(-turbo)
-rw-r--r-- | indra/llimage/llimagejpeg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llimage/llimagejpeg.h b/indra/llimage/llimagejpeg.h index 012b87a42d..f6d9f19ba5 100644 --- a/indra/llimage/llimagejpeg.h +++ b/indra/llimage/llimagejpeg.h @@ -32,7 +32,7 @@ #include "llimage.h" extern "C" { -#ifdef LL_USESYSTEMLIBS +#if 1 # include <jpeglib.h> # include <jerror.h> #else |