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>pull/304/head
parent
6adcd87798
commit
5c1b76e6bf
Loading…
Reference in new issue