diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-28 02:28:03 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-28 02:28:03 +0000 |
commit | 32e56e56e65ebe54ab437c008f0722c2fb0fd875 (patch) | |
tree | 8584f0fdd2af57e6808b2f1c5d88620ff8f9b03f /build | |
parent | b037c1e2d832c8ec0e31940c33a637f7117619da (diff) | |
download | chromium_src-32e56e56e65ebe54ab437c008f0722c2fb0fd875.zip chromium_src-32e56e56e65ebe54ab437c008f0722c2fb0fd875.tar.gz chromium_src-32e56e56e65ebe54ab437c008f0722c2fb0fd875.tar.bz2 |
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
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |