tiff: disable ZSTD and WebP codecs explicitly
authorSebastian Kemper <redacted>
Sun, 2 Dec 2018 10:03:50 +0000 (11:03 +0100)
committerSebastian Kemper <redacted>
Sun, 2 Dec 2018 10:16:26 +0000 (11:16 +0100)
commitce142361177bb11892686c816dfe07b3a578bb52
tree28de995d2928f58e622cc4d0374b4c878b917ce1
parent37aeee740c15273f92bde81290e63f8af9f8af3f
tiff: disable ZSTD and WebP codecs explicitly

tiff 4.0.10 added two new compression codecs, ZSTD and WebP. If the
respective libraries are found, these codecs will be built. Currently
they're not built, because these libraries do not exist in OpenWrt.

This commit adds the configure switches to disable these codecs. It's
likely that any of these libs will make their way into OpenWrt sooner or
later, so this commit prevents the related build failures (missing
depends).

If there is a need to enable these codecs in tiff in the future, then
this can be done, obviously, but at least there will be no build failure
suprises in the meantime.

Also, this commit corrects the homepage of libtiff.

Signed-off-by: Sebastian Kemper <redacted>
libs/tiff/Makefile
git clone https://git.99rst.org/PROJECT