From 32e56e56e65ebe54ab437c008f0722c2fb0fd875 Mon Sep 17 00:00:00 2001 From: "hbono@chromium.org" Date: Mon, 28 Feb 2011 02:28:03 +0000 Subject: Use libjpeg-turbo as the default JPEG library (Take 2) This change retries using libjpeg-turbo (r75235), which fixed memory errors, as the default JPEG library of Chromium. BUG=48789,72399 TEST=JPEGCodec.InvalidRead Review URL: http://codereview.chromium.org/6572001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76198 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/common.gypi b/build/common.gypi index 467e902..effdbfe 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -107,7 +107,7 @@ 'disable_sse2%': 0, # Use libjpeg-turbo as the JPEG codec used by Chromium. - 'use_libjpeg_turbo%': 0, + 'use_libjpeg_turbo%': 1, # Variable 'component' is for cases where we would like to build some # components as dynamic shared libraries but still need variable -- cgit v1.1