AcademySoftwareFoundation / OpenColorIO

A color management framework for visual effects and animation.
https://opencolorio.org
BSD 3-Clause "New" or "Revised" License
1.74k stars 431 forks source link

Improve compatibility with minizip-ng #1902

Closed remia closed 8 months ago

remia commented 8 months ago

As discussed in #1897, there is currently an issue when trying to use minizip-ng from homebrew. OCIO can't find it even if it's in theory supposed to support the package compiled with MZ_COMPAT=ON. This PR should fix this.

doug-walker commented 8 months ago

Thanks Remi!. Noting that this includes the fix proposed in PR #1796, so we could close that once this one is merged.