summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libtiff/libtiff/tif_config.h
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
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')
-rw-r--r--src/3rdparty/libtiff/libtiff/tif_config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/3rdparty/libtiff/libtiff/tif_config.h b/src/3rdparty/libtiff/libtiff/tif_config.h
index 3384aeb..78f6669 100644
--- a/src/3rdparty/libtiff/libtiff/tif_config.h
+++ b/src/3rdparty/libtiff/libtiff/tif_config.h
@@ -133,11 +133,14 @@
/* Default size of the strip in bytes (when strip chopping enabled) */
/* #undef STRIP_SIZE_DEFAULT */
+/* Maximum number of TIFF IFDs that libtiff can iterate through in a file. */
+/* #undef TIFF_MAX_DIR_COUNT */
+
/* define to use win32 IO system */
/* #undef USE_WIN32_FILEIO */
/* Version number of package */
-#define VERSION "4.3.0"
+#define VERSION "4.5.0"
/* Support webp compression */
/* #undef WEBP_SUPPORT */