aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/config
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-02-17 13:10:43 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-17 13:10:43 -0800
commit1e4e814c0396a2e1a283e2661c04e6b12eeb5265 (patch)
treeb6995f46605002c80c86cad1b2f8a468e34b4e88 /include/config
parent9f2d1571ed1f0ed579e5d7779c46a90e20f30f22 (diff)
SK_NO_FLATE
Also remove skia_zlib_static. We're not using it. We don't even have zlib in DEPS. No public API changes. TBR=reed@google.com BUG=skia: Review URL: https://codereview.chromium.org/936583002
Diffstat (limited to 'include/config')
-rw-r--r--include/config/SkUserConfig.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h
index 92e2b90762..a6f12930b2 100644
--- a/include/config/SkUserConfig.h
+++ b/include/config/SkUserConfig.h
@@ -107,13 +107,10 @@
*/
//#define SK_DEFAULT_IMAGE_CACHE_LIMIT (1024 * 1024)
-/* 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. Alternatively, define SK_SYSTEM_ZLIB to use the system zlib
- library specified as "#include <zlib.h>".
+/* If zlib is not available or you don't want to support flate compression
+ in PDF generation, define SK_NO_FLATE.
*/
-//#define SK_ZLIB_INCLUDE <zlib.h>
-//#define SK_SYSTEM_ZLIB
+//#define SK_NO_FLATE
/* 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.