summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libtiff/libtiff/tif_config.h
diff options
context:
space:
mode:
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 */