Make it possible to build MuPDF with OpenJPEG 2.1, which is the latest release series and contains many important bug fixes. Patch adapted from Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745246 And related to this upstream commit: http://git.ghostscript.com/?p=mupdf.git;a=commit;h=f88bfe2e62dbadb96d4f52d7aa025f0a516078da diff --git a/source/fitz/load-jpx.c b/source/fitz/load-jpx.c index 6b92e5c..72dea50 100644 --- a/source/fitz/load-jpx.c +++ b/source/fitz/load-jpx.c @@ -1,13 +1,5 @@ #include "mupdf/fitz.h" -/* 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 static void fz_opj_error_callback(const char *msg, void *client_data) ch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/android.scm
AgeCommit message (Expand)Author
2020-02-27gnu: git-repo: Really disable self update....Maxim Cournoyer
2020-02-27gnu: git-repo: Update to 2.4.1....Maxim Cournoyer
2020-02-24gnu: git-repo: Update to 2.3....Maxim Cournoyer
2019-12-02gnu: android-libselinux: Avoid top-level references to 'libsellinux'....Ludovic Courtès
2019-11-03gnu: android-udev-rules: Use GIT-FILE-NAME....Tobias Geerinckx-Rice
2019-11-03gnu: android-udev-rules: Update to 20191103....Tobias Geerinckx-Rice
2019-10-20gnu: Remove more GCC < 7 workarounds....Marius Bakke
2019-09-24Merge branch 'master' into core-updatesLudovic Courtès
2019-09-20gnu: enjarify: Adjust native-inputs....Vagrant Cascadian
2019-09-19gnu: Add enjarify....Vagrant Cascadian
2019-09-19gnu: android-libutils: Build with GCC 5....Ricardo Wurmus
2019-06-27Merge branch 'master' into core-updatesLudovic Courtès
2019-06-25gnu: android-googletest: Downgrade to 1.8.0....Ricardo Wurmus
2019-06-15gnu: adb: Build against OpenSSL 1.0....Marius Bakke