Skip to content

Commit eab8ac9

Browse files
committed
3rdparty: update libtiff 4.1.0 => 4.2.0
- https://gitlab.com/libtiff/libtiff/-/tags/v4.2.0
1 parent 19865a2 commit eab8ac9

40 files changed

+5489
-975
lines changed

3rdparty/libtiff/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ if(HOST_BIG_ENDIAN)
239239
else()
240240
set(HOST_BIG_ENDIAN 0)
241241
endif()
242+
if(HOST_BIG_ENDIAN)
243+
add_definitions(-DWORDS_BIGENDIAN)
244+
endif()
242245

243246
# IEEE floating point
244247
set(HAVE_IEEEFP 1 CACHE STRING "IEEE floating point is available")

0 commit comments

Comments
 (0)