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..e164ee7031fb66c060e9ff4ecd7b5173e38d9e92 |
--- /dev/null |
+++ b/platform_tools/android/third_party/jpeg/README.skia |
@@ -0,0 +1,6 @@ |
+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.
|
+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. |