From 043f07f7c25af0064d093781106a12c3c749a50f Mon Sep 17 00:00:00 2001 From: Bo Xu Date: Fri, 3 Oct 2014 11:06:35 -0700 Subject: Add openjpeg pre-processor OPJ_STATIC to pdfium.gyp Openjpeg removed the definition of OPJ_STATIC in openjpeg.h. This change is merged in https://pdfium.googlesource.com/pdfium/+/d53e6fdb0a86ca1ddb12876a60f7f2d7508b5349 So need to add OPJ_STATIC to pdfium.gyp BUG=None R=tsepez@chromium.org Review URL: https://codereview.chromium.org/624043002 --- pdfium.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/pdfium.gyp b/pdfium.gyp index 5c5b9ca0b0..606925c5e2 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -8,6 +8,7 @@ '_FXFT_VERSION_=2501', '_FPDFSDK_LIB', '_NO_GDIPLUS_', # workaround text rendering issues on Windows + 'OPJ_STATIC', ], 'conditions': [ ['pdf_use_skia==1', { -- cgit v1.2.3