summaryrefslogtreecommitdiffstats
path: root/office/mupdf/openjpeg-2.1-api-change.diff
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-01-25 15:18:21 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-28 07:38:23 +0700
commita3a53d8764db58b6bde99094e510ae82f693452e (patch)
treee2de58500ce5bf1487a22a5b32d7c1d8e70c856a /office/mupdf/openjpeg-2.1-api-change.diff
parente7beb61581de26343a4b644ac61ab89b2032b3bb (diff)
downloadslackbuilds-a3a53d8764db58b6bde99094e510ae82f693452e.tar.gz
slackbuilds-a3a53d8764db58b6bde99094e510ae82f693452e.tar.xz
office/mupdf: Updated for version 1.10a.
Diffstat (limited to '')
-rw-r--r--office/mupdf/openjpeg-2.1-api-change.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/office/mupdf/openjpeg-2.1-api-change.diff b/office/mupdf/openjpeg-2.1-api-change.diff
deleted file mode 100644
index e6edc79985..0000000000
--- a/office/mupdf/openjpeg-2.1-api-change.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Naur mupdf-1.5-source/source/fitz/load-jpx.c mupdf-1.5-source.patched/source/fitz/load-jpx.c
---- mupdf-1.5-source/source/fitz/load-jpx.c 2014-06-10 11:09:28.000000000 -0400
-+++ mupdf-1.5-source.patched/source/fitz/load-jpx.c 2014-08-21 23:49:21.000000000 -0400
-@@ -116,7 +116,8 @@
- opj_stream_set_read_function(stream, fz_opj_stream_read);
- opj_stream_set_skip_function(stream, fz_opj_stream_skip);
- opj_stream_set_seek_function(stream, fz_opj_stream_seek);
-- opj_stream_set_user_data(stream, &sb);
-+ opj_stream_set_user_data(stream, &sb, NULL);
-+
- /* Set the length to avoid an assert */
- opj_stream_set_user_data_length(stream, size);
-