summaryrefslogtreecommitdiff
path: root/scripts/openjpeg/opj_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/openjpeg/opj_config.h')
-rw-r--r--scripts/openjpeg/opj_config.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/scripts/openjpeg/opj_config.h b/scripts/openjpeg/opj_config.h
deleted file mode 100644
index bd0babed..00000000
--- a/scripts/openjpeg/opj_config.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* If you want to build the library manually without using
- * 'configure' or 'CMake'
- * then copy this file
- * 'opj_config.h.cmake.in'
- * to
- * 'opj_config.h'
- *
- * Open 'opj_config.h' and change the file contents
- * if you want to define something because you know you have
- * BOTH installed the library AND the header file(s).
- * Then e.g. write
-#define HAVE_LIBPNG 1
- *
- *
- * The file 'opj_config.h' will be included in some source files.
- * ==== YOU CAN NOT COMPILE WITHOUT IT. ====
- * === DO NOT FORGET TO CHANGE 'config.nix' APPROPRIATELY. ====
-*/
-#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
-#define OPJ_BIG_ENDIAN 1
-#endif