diff options
author | justinlin@google.com <justinlin@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-04-16 19:10:21 +0000 |
---|---|---|
committer | justinlin@google.com <justinlin@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-04-16 19:10:21 +0000 |
commit | fffb2f1bda1982d451bc249743b8cc414995d6a8 (patch) | |
tree | 964a7ed08aabbec63648578682e085d227d0a3c1 /include/config | |
parent | 1e945b7e708c633d4aed937ebfce57d52ba21d83 (diff) |
Add SK_SYSTEM_ZLIB define.
Review URL: https://codereview.appspot.com/5991067
git-svn-id: http://skia.googlecode.com/svn/trunk@3699 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/config')
-rw-r--r-- | include/config/SkUserConfig.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h index 75e929203c..9fdbd0a367 100644 --- a/include/config/SkUserConfig.h +++ b/include/config/SkUserConfig.h @@ -121,9 +121,11 @@ /* If zlib is available and you want to support the flate compression algorithm (used in PDF generation), define SK_ZLIB_INCLUDE to be the - include path. + include path. Alternatively, define SK_SYSTEM_ZLIB to use the system zlib + library specified as "#include <zlib.h>". */ //#define SK_ZLIB_INCLUDE <zlib.h> +//#define SK_SYSTEM_ZLIB /* Define this to allow PDF scalars above 32k. The PDF/A spec doesn't allow them, but modern PDF interpreters should handle them just fine. |