From 5b41760a9d8f08b6d314f04c12fbd7704cdc1406 Mon Sep 17 00:00:00 2001 From: "abarth@chromium.org" Date: Sat, 30 Oct 2010 08:29:58 +0000 Subject: Enable color profile support in libpng. We're going to use this in WebKit. R=pkasting http://codereview.chromium.org/4060002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64539 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/libpng/pngusr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/libpng/pngusr.h b/third_party/libpng/pngusr.h index 6d84164..0269bbb 100644 --- a/third_party/libpng/pngusr.h +++ b/third_party/libpng/pngusr.h @@ -54,7 +54,7 @@ #define PNG_NO_READ_bKGD #define PNG_NO_READ_cHRM #define PNG_NO_READ_hIST -#define PNG_NO_READ_iCCP +#undef PNG_NO_READ_iCCP #define PNG_NO_READ_pCAL #define PNG_NO_READ_pHYs #define PNG_NO_READ_sBIT -- cgit v1.1