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. --- platform/win32/libthirdparty.vcproj | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'platform/win32') diff --git a/platform/win32/libthirdparty.vcproj b/platform/win32/libthirdparty.vcproj index ad07b188..9b618605 100644 --- a/platform/win32/libthirdparty.vcproj +++ b/platform/win32/libthirdparty.vcproj @@ -1087,6 +1087,18 @@ RelativePath="..\..\thirdparty\openjpeg\src\lib\openjp2\thix_manager.c" > + + + + + + -- cgit v1.2.3