Skip to content

Commit ec4baf3

Browse files
committed
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2 parents 325bdf9 + 2ab1f3f commit ec4baf3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+6143
-1612
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)