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

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 READMEs and comments 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 an outdated copy of libjpeg to platform_tools/third_party /externals/jpeg.
scroggo 2015/06/23 15:05:51 Maybe instead of "an outdated copy of libjpeg", th
msarett 2015/06/23 17:47:43 Done.
2 We are in the process of updating to libjpeg-turbo, so briefly we will have a co py of both
3 libraries checked in. We need to mangle the names of the libjpeg external APIs so that they do not
4 conflict with the matching APIs from libjpeg-turbo. In order to do this, we use
5 platform_tools/third_partyjpeg/manglejpeglib.h instead of the original
6 platform_tools/third_party/externals/jpeg/jpeglib.h file.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698