summaryrefslogtreecommitdiff
path: root/source/fitz
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-04-07 02:34:02 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-04-11 13:49:38 +0200
commit5cccad8f7b93c142b0672f59b01069a50a353c45 (patch)
tree32cc5cd0e4cec92f574ea92aff3ed7ef131e2c46 /source/fitz
parent2df3e5da2988257eea28670d4a893e99ff199aac (diff)
downloadmupdf-5cccad8f7b93c142b0672f59b01069a50a353c45.tar.xz
Remove needless #defines in load-jpx.c
Diffstat (limited to 'source/fitz')
-rw-r--r--source/fitz/load-jpx.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/fitz/load-jpx.c b/source/fitz/load-jpx.c
index 40a0a8c7..a1c39f9f 100644
--- a/source/fitz/load-jpx.c
+++ b/source/fitz/load-jpx.c
@@ -445,13 +445,6 @@ fz_load_jpx_info(fz_context *ctx, const unsigned char *data, size_t size, int *w
#else /* HAVE_LURATECH */
-#define OPJ_STATIC
-#define OPJ_HAVE_INTTYPES_H
-#if !defined(_MSC_VER) || _MSC_VER >= 1600
-#define OPJ_HAVE_STDINT_H
-#endif
-#define USE_JPIP
-
#include <openjpeg.h>
struct fz_jpxd_s