Fix FTBFS introduced by PR #302
LibTIFF versions 4.2.0 and older used custom integer types, causing
distributions with those versions to fail when building.
In 4.3.0 and newer, the 'uint16' and 'uint32' types are deprecated,
so this removes the deprecation warnings and keeps compatibility with
any versions of LibTIFF where uint16 and uint32 did not equal their
stdint.h counterparts.
Signed-off-by: mio <stigma@disroot.org>
(cherry picked from commit 5c1b76e6bf
)
pull/312/head
parent
e2732d3866
commit
4ba000750e
Loading…
Reference in new issue