diff options
Diffstat (limited to 'main/mupdf/openjpeg-2.1.patch')
-rw-r--r-- | main/mupdf/openjpeg-2.1.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/main/mupdf/openjpeg-2.1.patch b/main/mupdf/openjpeg-2.1.patch new file mode 100644 index 0000000000..2e14db0f44 --- /dev/null +++ b/main/mupdf/openjpeg-2.1.patch @@ -0,0 +1,17 @@ +--- mupdf-1.10-source/source/fitz/load-jpx.c.orig ++++ mupdf-1.10-source/source/fitz/load-jpx.c +@@ -481,14 +481,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_STDINT_H +-#endif +- + #include <openjpeg.h> + + /* OpenJPEG does not provide a safe mechanism to intercept |