Libheif doesn't work with avif #1530
-
Hello |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
That's because vcpkg defaults to only building with hevc. See: https://github.com/microsoft/vcpkg/blob/3497e28a44e0c57ae31b2fcaaf64b3bee4d685bd/ports/libheif/vcpkg.json You need to add: --x-feature=aom --x-feature=iso23001-17 --x-feature=jpeg etc to get others. |
Beta Was this translation helpful? Give feedback.
-
Thanks very much Silverbacknet and Farindk. That works like a charm! |
Beta Was this translation helpful? Give feedback.
That's because vcpkg defaults to only building with hevc. See: https://github.com/microsoft/vcpkg/blob/3497e28a44e0c57ae31b2fcaaf64b3bee4d685bd/ports/libheif/vcpkg.json
You need to add: --x-feature=aom --x-feature=iso23001-17 --x-feature=jpeg etc to get others.