diff options
author | Bo Xu <bo_xu@foxitsoftware.com> | 2014-10-03 11:06:35 -0700 |
---|---|---|
committer | Bo Xu <bo_xu@foxitsoftware.com> | 2014-10-03 11:06:35 -0700 |
commit | 043f07f7c25af0064d093781106a12c3c749a50f (patch) | |
tree | 7ef7248b08408b393830f6632b069ea936104588 /pdfium.gyp | |
parent | d53e6fdb0a86ca1ddb12876a60f7f2d7508b5349 (diff) | |
download | pdfium-043f07f7c25af0064d093781106a12c3c749a50f.tar.xz |
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
Diffstat (limited to 'pdfium.gyp')
-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', { |