Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-05 | Fix 695105: openjpeg configuration for big-endian. | Tor Andersson | |
Stupid unportable code needs stupid unportable preprocessor macros. This only works with GCC, but should be good enough since I expect anyone using a big-endian machine to also use a GCC compatible compiler. | |||
2013-11-28 | Put thirdparty config headers in separate directories. | Tor Andersson | |
Only -I the config header directory if building the thirdparty library, not if using the system library. Fix bug 694808. |