From fffb2f1bda1982d451bc249743b8cc414995d6a8 Mon Sep 17 00:00:00 2001 From: "justinlin@google.com" Date: Mon, 16 Apr 2012 19:10:21 +0000 Subject: 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 --- include/config/SkUserConfig.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/config') 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 ". */ //#define SK_ZLIB_INCLUDE +//#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. -- cgit v1.2.3