Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Side by Side Diff: platform_tools/android/third_party/jpeg/README.skia

Issue 1180983002: Switch SkJpegCode to libjpeg-turbo (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Adding turbo to DEPS Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 On Android, we pull in a copy of libjpeg with customizations for SkImageDecoder subset decodes.
2 This is located at platform_tools/third_party/externals/jpeg ans is pulled in vi a the DEPS file.
scroggo 2015/06/23 19:08:35 nit: and*
msarett 2015/06/24 20:07:09 I removed this file.
3 We are in the process of updating to libjpeg-turbo, so briefly we will have a co py of both
4 libraries checked in. We need to mangle the names of the libjpeg external APIs so that they do not
5 conflict with the matching APIs from libjpeg-turbo. In order to do this, we use
6 platform_tools/third_partyjpeg/manglejpeglib.h instead of the original
7 platform_tools/third_party/externals/jpeg/jpeglib.h file.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698