diff options
Diffstat (limited to 'main/mupdf/openjpeg-2.1.patch')
-rw-r--r-- | main/mupdf/openjpeg-2.1.patch | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/main/mupdf/openjpeg-2.1.patch b/main/mupdf/openjpeg-2.1.patch index 2e14db0f44..3181c461f3 100644 --- a/main/mupdf/openjpeg-2.1.patch +++ b/main/mupdf/openjpeg-2.1.patch @@ -1,17 +1,14 @@ ---- mupdf-1.10-source/source/fitz/load-jpx.c.orig -+++ mupdf-1.10-source/source/fitz/load-jpx.c -@@ -481,14 +481,6 @@ +--- mupdf-1.11-source/source/fitz/load-jpx.c.orig ++++ mupdf-1.11-source/source/fitz/load-jpx.c +@@ -444,11 +444,6 @@ #else /* HAVE_LURATECH */ --/* Without the definition of OPJ_STATIC, compilation fails on windows -- * due to the use of __stdcall. We believe it is required on some -- * linux toolchains too. */ -#define OPJ_STATIC --#ifndef _MSC_VER +-#define OPJ_HAVE_INTTYPES_H +-#if !defined(_WIN32) && !defined(_WIN64) -#define OPJ_HAVE_STDINT_H -#endif -- - #include <openjpeg.h> + #define USE_JPIP - /* OpenJPEG does not provide a safe mechanism to intercept + #include <openjpeg.h> |