AcademySoftwareFoundation / OpenImageIO

Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications.
https://openimageio.readthedocs.org
Apache License 2.0
1.98k stars 597 forks source link

deps: Add build recipe for WebP #4422

Closed zachlewis closed 3 weeks ago

zachlewis commented 2 months ago

As requested in #4387.

lgritz commented 2 months ago

I'm worried that the failure of the Windows CI tests is related to this somehow. DLL not in the right place, something like that?

lgritz commented 1 month ago

@zachlewis What's the current status of this one?

zachlewis commented 1 month ago

Help needed. I don't have a way of testing this locally, and I can't really tell what's going wrong from the logs.

zachlewis commented 4 weeks ago

Interesting, forcing WebP to only build static libraries seems to fix the Windows CI failures. Nice.

lgritz commented 3 weeks ago

This seems to be working now. Are we ready to merge it?

zachlewis commented 3 weeks ago

Merge at your leisure! Thanks Larry.