summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libtiff/libtiff/tif_config.h.cmake.in
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@qt.io>2022-12-19 00:10:53 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-01-17 12:29:20 +0000
commit6f0e0c7c3604c816fc9e5948c85b517ac4e1445a (patch)
treed9de0a2efefec0fe361ba219d2d6672cf2f24bd7 /src/3rdparty/libtiff/libtiff/tif_config.h.cmake.in
parent077148c964328c7d16cc18e6d06b7f4a69685b0f (diff)
Update bundled libtiff to version 4.5.0
[ChangeLog][Third-Party Code] Bundled libtiff was updated to version 4.5.0 Fixes: QTBUG-109972 Change-Id: I2121b68c5a09ca322b3af0f971d710ae392c539c Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit da0158c0d36973e56fc7c364383bb5ebba4bb3e7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/3rdparty/libtiff/libtiff/tif_config.h.cmake.in')
-rw-r--r--src/3rdparty/libtiff/libtiff/tif_config.h.cmake.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/3rdparty/libtiff/libtiff/tif_config.h.cmake.in b/src/3rdparty/libtiff/libtiff/tif_config.h.cmake.in
index 20e4463..570e4e1 100644
--- a/src/3rdparty/libtiff/libtiff/tif_config.h.cmake.in
+++ b/src/3rdparty/libtiff/libtiff/tif_config.h.cmake.in
@@ -112,6 +112,9 @@
/* Default size of the strip in bytes (when strip chopping enabled) */
#define STRIP_SIZE_DEFAULT @STRIP_SIZE_DEFAULT@
+/** Maximum number of TIFF IFDs that libtiff can iterate through in a file. */
+#define TIFF_MAX_DIR_COUNT @TIFF_MAX_DIR_COUNT@
+
/* define to use win32 IO system */
#cmakedefine USE_WIN32_FILEIO 1