office-gobmx/external/libtiff
Stephan Bergmann 12ffb0cb65 external/libtiff: Missing include for _byteswap_uint64 on Windows
...now causing a -Wimplicit-function-declaration error with Clang 15 trunk after
<7d644e1215>
"[C11/C2x] Change the behavior of the implicit function declaration warning".

(Unconditionally including <stdlib.h> on all platforms even for those that don't
need it should be harmless.)

Change-Id: Ic2191308ea252cb4b88842a2767167ab2d23d9fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135572
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-06-10 09:46:49 +02:00
..
0001-add-16bit-cielab-support.patch ofz#47901 fix read overflow 2022-06-09 13:48:12 +02:00
ExternalProject_libtiff.mk libtiff WASM: add Emscripten flags to fix NEH build 2022-06-08 18:53:32 +02:00
include.patch external/libtiff: Missing include for _byteswap_uint64 on Windows 2022-06-10 09:46:49 +02:00
libtiff.linknolibs.patch
Makefile
Module_libtiff.mk
README README libtiff 2022-05-23 18:16:43 +02:00
UnpackedTarball_libtiff.mk external/libtiff: Missing include for _byteswap_uint64 on Windows 2022-06-10 09:46:49 +02:00

libtiff is a library to encode and decode images in TIFF format, from [http://download.osgeo.org/libtiff/]

For the moment we use it only for decoding part.