From 3dd90d46498cb50122de97960378a2f4e081fbb0 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Mon, 26 Sep 2016 16:06:11 +0100 Subject: 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. --- Makethird | 1 + 1 file changed, 1 insertion(+) (limited to 'Makethird') 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)) -- cgit v1.2.3