blob: 437e114cb91efc8c684392b9c5fb88624af5d859 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- mupdf-1.12.0-source/source/fitz/load-jpx.c.orig
+++ mupdf-1.12.0-source/source/fitz/load-jpx.c
@@ -445,11 +445,6 @@
#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>
|