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

Unified 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 side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698