aboutsummaryrefslogtreecommitdiff
path: root/README.android
diff options
context:
space:
mode:
authorDRC <information@libjpeg-turbo.org>2016-09-22 14:19:29 -0500
committerAlex Naidis <alex.naidis@linux.com>2016-10-23 15:24:28 +0200
commitc8d146cb3eaf06103cfe721280b1b2b571421b74 (patch)
treefbcd876737c16170c9208edc665c8f17793983cf /README.android
parent6eb7d3798b5a79347c62825fc4c16f7ce673bdd0 (diff)
downloadlibjpeg-turbo-c8d146cb3eaf06103cfe721280b1b2b571421b74.tar.gz
Fix broken build with NDK platforms < android-21
Regression introduced by a09ba29a55b9a43d346421210d94370065eeaf53 Fixes #103 Change-Id: I1feed68d399a6e5cb5ac9491bdcf0a9aa614d2fa Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Diffstat (limited to 'README.android')
-rw-r--r--README.android6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.android b/README.android
index 7914001b..d7140fe2 100644
--- a/README.android
+++ b/README.android
@@ -23,3 +23,9 @@ It is unclear why the unmodified code from upstream appends an underscore
to name. Before removing the underscore, the code failed to link because
the function names in the SIMD code did not match the callers (because of
the extra underscore).
+
+(3) jmemmgr.c
+
+Fix broken build with NDK platforms < android-21
+Cherry picked from upstream:
+https://github.com/libjpeg-turbo/libjpeg-turbo/commit/dfefba77520ded5c5fd4864e76352a5f3eb23e74 \ No newline at end of file