diff options
author | Robin Watts <robin.watts@artifex.com> | 2016-09-26 16:06:11 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2016-09-26 19:14:43 +0100 |
commit | 3dd90d46498cb50122de97960378a2f4e081fbb0 (patch) | |
tree | 0e29c231ad4d1c056a7dcf848c5984f2e005c430 /Makethird | |
parent | eedec4421fdc61fda830bcec4f4a2d4e3eed2268 (diff) | |
download | mupdf-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-- | Makethird | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) |