From 826480cf599f61fe0366ab2bd5803dd53c9d0562 Mon Sep 17 00:00:00 2001 From: Nicolas Pena Date: Mon, 23 Oct 2017 10:30:46 -0400 Subject: Upgrade LibopenJPEG to 2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: Change-Id: I4c968a4e5f41037d80e5dc64a1297cd2cbda31b1 Reviewed-on: https://pdfium-review.googlesource.com/16350 Reviewed-by: dsinclair Commit-Queue: Nicolás Peña Moreno --- third_party/libopenjpeg20/0012-mct_sse.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party/libopenjpeg20/0012-mct_sse.patch') diff --git a/third_party/libopenjpeg20/0012-mct_sse.patch b/third_party/libopenjpeg20/0012-mct_sse.patch index 168b9123e4..9bc2e6f0dc 100644 --- a/third_party/libopenjpeg20/0012-mct_sse.patch +++ b/third_party/libopenjpeg20/0012-mct_sse.patch @@ -1,5 +1,5 @@ diff --git a/third_party/libopenjpeg20/mct.c b/third_party/libopenjpeg20/mct.c -index 8c82ee20a..20b9e121b 100644 +index b79d4b87c..81ec223d8 100644 --- a/third_party/libopenjpeg20/mct.c +++ b/third_party/libopenjpeg20/mct.c @@ -37,13 +37,16 @@ @@ -50,7 +50,7 @@ index 8c82ee20a..20b9e121b 100644 OPJ_INT32* OPJ_RESTRICT c0, OPJ_INT32* OPJ_RESTRICT c1, @@ -389,7 +392,7 @@ void opj_mct_decode_real( - OPJ_UINT32 n) + OPJ_SIZE_T n) { OPJ_UINT32 i; -#ifdef __SSE__ -- cgit v1.2.3