Skip to content

Commit ba7d0c5

Browse files
committed
Merge pull request opencv#19659 from alalek:update_libtiff
2 parents 5d499a1 + eab8ac9 commit ba7d0c5

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)