summaryrefslogtreecommitdiff
path: root/indra/llimage
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-10-03 19:37:23 +0800
committerErik Kundiman <erik@megapahit.org>2025-10-03 19:37:23 +0800
commit16b59f39141aadd02ece0efc47f46ce9ec879845 (patch)
tree48eb5981ed014cc6a4b61193f833652551c79953 /indra/llimage
parent7b4759a5e49c310bdc25b76dcc44f533e864896a (diff)
Make sure sSetjmpBuffer is still declared
on Linux aarch64 and Windows arm64.
Diffstat (limited to 'indra/llimage')
-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 7a0883797c..920f712fba 100644
--- a/indra/llimage/llimagejpeg.h
+++ b/indra/llimage/llimagejpeg.h
@@ -78,7 +78,7 @@ protected:
S32 mEncodeQuality; // on a scale from 1 to 100
private:
-#if !LL_ARM64
+#if !(LL_DARWIN && defined(__arm64__))
static jmp_buf sSetjmpBuffer; // To allow the library to abort.
#endif
};