You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/jpeg2000.imageio/CMakeLists.txt assumes the includes for
openjph are in the same location as openjpeg which is not the
case when building in Conan.
This doesn't show up in 2026 since openexr 3.4.x declares a dependency
on openjph and since OIIO has a dependency on openexr, it gets the
include path that way.
Signed-off-by: Jean-Francois Panisset <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
# 2025-11-08
5
+
# 2025-11-09
6
6
7
7
2024.5 / 2025.4 / 2026.2 releases. VFX Platform 2026 release is now feature complete.
8
8
9
9
- All releases
10
10
- Add OpenJPH 0.24.5 package
11
-
- OIIO builds against OpenJPH to handle JPEG-2000 j2c files ([#312](https://github.com/AcademySoftwareFoundation/aswf-docker/issues/312))
11
+
- OIIO 3.x in 2025/2026 builds against OpenJPH to handle JPEG-2000 j2c files ([#312](https://github.com/AcademySoftwareFoundation/aswf-docker/issues/312))
12
12
- Add build_XXX.sh in /usr/local and missing env vars to ci-XXX images to help test images ([307](https://github.com/AcademySoftwareFoundation/aswf-docker/issues/307))
13
13
- Separate ci-imath image include Imath dependencies but not Imath itself ([306](https://github.com/AcademySoftwareFoundation/aswf-docker/issues/306))
0 commit comments