summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-05-12 21:04:04 +0800
committerErik Kundiman <erik@megapahit.org>2025-05-12 21:04:04 +0800
commit0de1d2018a6550e7dd1511ad3e15579a195c6463 (patch)
tree595270ea07a76d7274a6b5ad4b6d0bc24701a4bc
parenta5dcf2912463f14818370d649a8c418e16fb6ff0 (diff)
Similar to commit 0500c7 but for libjpeg(-turbo)
-rw-r--r--indra/llimage/llimagejpeg.h2
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