From 3a36cdf6ebd9d2795bdcd14162f38df568d51796 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Tue, 17 Sep 2024 14:57:43 +0800 Subject: Revert to LL's OpenJPEG fork System 2.5.2 caused too much rainbow in DeltaFPS. For now, the OpenJPEG listed in autobuild.xml is 2.5.0. However, LL has recently got 2.5.2 too in their OpenJPEG fork repo, but we switch to that once it's the one listed in autobuild.xml. Reverting to the now maintained LL 3p-openjpeg should fix the texture thrashing problem https://megapahit.com/show_bug.cgi?id=1 starting from DeltaFPS. --- indra/llimagej2coj/llimagej2coj.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indra/llimagej2coj') diff --git a/indra/llimagej2coj/llimagej2coj.cpp b/indra/llimagej2coj/llimagej2coj.cpp index a64ae8e55c..1a5f06d5b5 100644 --- a/indra/llimagej2coj/llimagej2coj.cpp +++ b/indra/llimagej2coj/llimagej2coj.cpp @@ -28,9 +28,9 @@ #include "llimagej2coj.h" // this is defined so that we get static linking. -#include -#include -#include +#include +#include +#include #define MAX_ENCODED_DISCARD_LEVELS 5 -- cgit v1.2.3