openwrt-packages/libs/tiff
Sebastian Kemper ce14236117 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 <sebastian_ml@gmx.net>
2018-12-02 11:16:26 +01:00
..
patches tiff: Update to 4.0.10 2018-11-14 09:36:55 -08:00
Makefile tiff: disable ZSTD and WebP codecs explicitly 2018-12-02 11:16:26 +01:00