Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
1454843b
Commit
1454843b
authored
Feb 14, 2014
by
Stuart Cunningham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build of libtiff on big endian host due to defined but empty WORDS_BIGENDIAN macro
parent
55b9c037
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tif_config.h.cmakein
3rdparty/libtiff/tif_config.h.cmakein
+2
-2
No files found.
3rdparty/libtiff/tif_config.h.cmakein
View file @
1454843b
...
...
@@ -154,9 +154,9 @@
/* define to use win32 IO system */
#cmakedefine USE_WIN32_FILEIO
/* Define WORDS_BIGENDIAN if your processor stores words with the most
/* Define WORDS_BIGENDIAN
to 1
if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#cmakedefine WORDS_BIGENDIAN
#cmakedefine WORDS_BIGENDIAN
1
/* Support Deflate compression */
#define ZIP_SUPPORT 1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment