Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
7638 views
1
/* If you want to build the library manually without using
2
* 'configure' or 'CMake'
3
* then copy this file
4
* 'opj_config.h.cmake.in'
5
* to
6
* 'opj_config.h'
7
*
8
* Open 'opj_config.h' and change the file contents
9
* if you want to define something because you know you have
10
* BOTH installed the library AND the header file(s).
11
* Then e.g. write
12
#define HAVE_LIBPNG 1
13
*
14
*
15
* The file 'opj_config.h' will be included in some source files.
16
* ==== YOU CAN NOT COMPILE WITHOUT IT. ====
17
* === DO NOT FORGET TO CHANGE 'config.nix' APPROPRIATELY. ====
18
*/
19
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
20
#define OPJ_BIG_ENDIAN 1
21
#endif
22
23