aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorMichael Hofmann <kmhofmann@users.noreply.github.com>2019-02-14 19:22:04 +0100
committerVictor Romero <romerosanchezv@gmail.com>2019-02-14 10:22:04 -0800
commit4f7460f685e9f54667cdf62c51e65ac079676c83 (patch)
treee4215a079853fb063ea6f7ac399a75746442b710 /docs/examples
parent51653d2506b5bb68cbc5018fa5de44f69217ec3b (diff)
downloadvcpkg-4f7460f685e9f54667cdf62c51e65ac079676c83.tar.gz
vcpkg-4f7460f685e9f54667cdf62c51e65ac079676c83.zip
[tiff] Disable libwebp support. (#5348)
* [tiff]: disable libwebp support. Since version 4.0.10, libtiff supports optional compression modes using either libweb or zstd. When libtiff is built, and libwebp and/or zstd are found anywhere on the system, these modes will be enabled. However, the respective libraries are not added as link targets, so this will result in linker errors for any unsuspecting project using libtiff. Since zstd support was already disabled by a previous commit, I have also simply disabled libwebp support to fix this issue. A more proper fix might be to add both libwebp and zstd as required libtiff dependencies, and to patch libtiff's CMakeLists.txt, such that these libraries are properly linked to. However, it is currently very unlikely to encounter TIFF images in the wild compressed using either of these methods, so the effect of disabling support may not be noticeable at all. * [tiff] Change CONTROL version
Diffstat (limited to 'docs/examples')
0 files changed, 0 insertions, 0 deletions