Index: platform_tools/android/third_party/jpeg/README.skia |
diff --git a/platform_tools/android/third_party/jpeg/README.skia b/platform_tools/android/third_party/jpeg/README.skia |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fcfe138204a3c61973da5d4367b91daa9f7eb756 |
--- /dev/null |
+++ b/platform_tools/android/third_party/jpeg/README.skia |
@@ -0,0 +1,7 @@ |
+On Android, we pull in a copy of libjpeg with customizations for SkImageDecoder subset decodes. |
+This is located at platform_tools/third_party/externals/jpeg ans is pulled in via the DEPS file. |
scroggo
2015/06/23 19:08:35
nit: and*
msarett
2015/06/24 20:07:09
I removed this file.
|
+We are in the process of updating to libjpeg-turbo, so briefly we will have a copy of both |
+libraries checked in. We need to mangle the names of the libjpeg external APIs so that they do not |
+conflict with the matching APIs from libjpeg-turbo. In order to do this, we use |
+platform_tools/third_partyjpeg/manglejpeglib.h instead of the original |
+platform_tools/third_party/externals/jpeg/jpeglib.h file. |