diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2010-12-20 20:53:13 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2010-12-20 20:53:13 +0000 |
commit | d642329293cce602ac24df8f585c14a98795da87 (patch) | |
tree | 8a108d78f0194acf6eef86e746adfe1e121d8d0a /include/config | |
parent | 0770044da6d61dcbc8d9673fed8dd92460faa314 (diff) |
remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp) but,
add it to Makefile if SKIA_PDF_SUPPORT is true
Use compile_assert (yea!)
git-svn-id: http://skia.googlecode.com/svn/trunk@643 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/config')
-rw-r--r-- | include/config/SkUserConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h index 721f5f76c9..a2df7456e3 100644 --- a/include/config/SkUserConfig.h +++ b/include/config/SkUserConfig.h @@ -121,7 +121,7 @@ algorithm (used in PDF generation), define SK_ZLIB_INCLUDE to be the include path. */ -#define SK_ZLIB_INCLUDE <zlib.h> +//#define SK_ZLIB_INCLUDE <zlib.h> /* If SK_DEBUG is defined, then you can optionally define SK_SUPPORT_UNITTEST which will run additional self-tests at startup. These can take a long time, |