summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2016-04-13 02:38:18 +0200
committerRobin Watts <robin.watts@artifex.com>2016-04-22 17:26:48 +0100
commitf88bfe2e62dbadb96d4f52d7aa025f0a516078da (patch)
treef14f1209973ebbf40066124596892b1eeee1f1f8 /scripts
parentb26c446dfa9d6059b5bd52025c7a70e8b5d3411b (diff)
downloadmupdf-f88bfe2e62dbadb96d4f52d7aa025f0a516078da.tar.xz
thirdparty: Update to openjpeg 2.1.0.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/openjpeg/opj_config.h21
-rw-r--r--scripts/openjpeg/opj_config_private.h48
2 files changed, 0 insertions, 69 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
diff --git a/scripts/openjpeg/opj_config_private.h b/scripts/openjpeg/opj_config_private.h
deleted file mode 100644
index 70f1f6d8..00000000
--- a/scripts/openjpeg/opj_config_private.h
+++ /dev/null
@@ -1,48 +0,0 @@
-/* If you want to build the library manually without using
- * 'configure' or 'CMake'
- * then copy this file
- * 'opj_config_private.h.cmake.in'
- * to
- * 'opj_config_private.h'
- *
- * Open 'opj_config_private.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_private.h' will be included in some source files.
- * ==== YOU CAN NOT COMPILE WITHOUT IT. ====
- * === DO NOT FORGET TO CHANGE 'config.nix' APPROPRIATELY. ====
-*/
-
-#ifndef _WIN32
-#define OPJ_HAVE_INTTYPES_H 1
-#else
-#undef OPJ_HAVE_INTTYPES_H
-#endif
-
-#define USE_JPIP
-#define OPJ_PACKAGE_VERSION "2.0.0"
-
-/* DO NOT DEFINE BOTH VERSIONS OF LCMS */
-/* define to 1 if you have both liblcms and lcms.h installed */
-#undef OPJ_HAVE_LIBLCMS1
-/* #define OPJ_HAVE_LIBLCMS1 1 */
-
-/* define to 1 if you have both liblcms2 and lcms2.h installed */
-#undef OPJ_HAVE_LIBLCMS2
-/* #define OPJ_HAVE_LIBLCMS2 1 */
-
-/* define to 1 if you have both libpng and png.h installed */
-#undef OPJ_HAVE_LIBPNG
-/* #define OPJ_HAVE_LIBPNG 1 */
-
-/* define to 1 if you have both libtiff and tiff.h installed */
-#undef OPJ_HAVE_LIBTIFF
-/* #define OPJ_HAVE_LIBTIFF 1 */
-
-/*---------------- DO NOT CHANGE BELOW THIS LINE ----------------*/
-#define PACKAGE_URL "http://www.openjpeg.org/"
-#define PACKAGE_BUGREPORT "http://code.google.com/p/openjpeg/"