Chromium Code Reviews| OLD | NEW |
|---|---|
| (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. | |
| OLD | NEW |