summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-09-26 16:06:11 +0100
committerRobin Watts <robin.watts@artifex.com>2016-09-26 19:14:43 +0100
commit3dd90d46498cb50122de97960378a2f4e081fbb0 (patch)
tree0e29c231ad4d1c056a7dcf848c5984f2e005c430 /Makethird
parenteedec4421fdc61fda830bcec4f4a2d4e3eed2268 (diff)
downloadmupdf-3dd90d46498cb50122de97960378a2f4e081fbb0.tar.xz
Update OpenJPEG to the latest (git) version.
Part of the change in this code is to require opj_malloc and co. Sadly, opj_malloc and co do not take a context field, so a we need to wrap calls to openjpeg with a lock. I am reusing the freetype lock here for simplicity.
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makethird b/Makethird
index 628c1054..2dd108e9 100644
--- a/Makethird
+++ b/Makethird
@@ -397,6 +397,7 @@ OPENJPEG_SRC := \
tgt.c \
thix_manager.c \
tpix_manager.c \
+ thread.c
OPENJPEG_OBJ := $(addprefix $(OPENJPEG_OUT)/, $(OPENJPEG_SRC:%.c=%.o))