diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-09-17 16:08:23 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-09-17 16:08:23 +0800 |
commit | 8307f1f967f7da9c32fba3a004574ee32b8d3565 (patch) | |
tree | a50e823648ffa40d98be003c0d4b1d6e4fabbbe1 /indra/llimagej2coj | |
parent | a025969eb1c25a97ec196e1600fb950beee4280a (diff) | |
parent | 3a36cdf6ebd9d2795bdcd14162f38df568d51796 (diff) |
Merge branch 'main' into 2024.08-DeltaFPS
Diffstat (limited to 'indra/llimagej2coj')
-rw-r--r-- | indra/llimagej2coj/llimagej2coj.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llimagej2coj/llimagej2coj.cpp b/indra/llimagej2coj/llimagej2coj.cpp index da70b61c10..1c6b9e423c 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 <openjpeg-2.5/openjpeg.h> -#include <openjpeg-2.5/event.h> -#include <openjpeg-2.5/cio.h> +#include <openjpeg/openjpeg.h> +#include <openjpeg/event.h> +#include <openjpeg/cio.h> #define MAX_ENCODED_DISCARD_LEVELS 5 |