Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix building on OpenBSD big endian hosts
There is a swap16() function which conflicts with such a macro in the endian.h header. uint16_t swap16(uint16_t val16); Do as suggested and rename the function to opj_swap16().
- Loading branch information