diff options
Diffstat (limited to 'indra/llimage/llimagejpeg.h')
| -rw-r--r-- | indra/llimage/llimagejpeg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llimage/llimagejpeg.h b/indra/llimage/llimagejpeg.h index ee0a8815e8..920f712fba 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 @@ -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 }; |
