From 6990a1947220656e34e5d98d3cf6058af4757b7b Mon Sep 17 00:00:00 2001 From: "abarth@chromium.org" Date: Thu, 4 Nov 2010 05:51:01 +0000 Subject: Add include directory for ICC JPEG. Turns out this is required to actually use the library. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65029 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/iccjpeg/iccjpeg.gyp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'third_party') diff --git a/third_party/iccjpeg/iccjpeg.gyp b/third_party/iccjpeg/iccjpeg.gyp index e4ebd87..dfbeb50 100644 --- a/third_party/iccjpeg/iccjpeg.gyp +++ b/third_party/iccjpeg/iccjpeg.gyp @@ -15,6 +15,11 @@ 'iccjpeg.c', 'iccjpeg.h', ], + 'direct_dependent_settings': { + 'include_dirs': [ + '.', + ], + }, }, ], } -- cgit v1.1