diff options
author | Bo Xu <bo_xu@foxitsoftware.com> | 2014-10-03 11:06:35 -0700 |
---|---|---|
committer | Bo Xu <bo_xu@foxitsoftware.com> | 2014-11-03 14:08:20 -0800 |
commit | 1a17ba837c28ca53b99ef1ada486847c609d533d (patch) | |
tree | f33eefe78c8c9eb54c1de8348c8b9309ac82c26b | |
parent | 470b4fe7aab10c0f64e89d9bb28ce5cfc94c5b20 (diff) | |
download | pdfium-chromium/2171.tar.xz |
Add openjpeg pre-processor OPJ_STATIC to pdfium.gypchromium/2171
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
-rw-r--r-- | pdfium.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
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', { |