We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf67f2 commit dfefba7Copy full SHA for dfefba7
ChangeLog.md
@@ -1,3 +1,12 @@
1
+1.5.2
2
+=====
3
+
4
+### Significant changes relative to 1.5.1:
5
6
+1. Fixed a regression introduced by 1.5.1[7] that prevented libjpeg-turbo from
7
+building with Android NDK platforms prior to android-21 (5.0).
8
9
10
1.5.1
11
=====
12
jmemmgr.c
@@ -33,6 +33,7 @@
33
#include "jpeglib.h"
34
#include "jmemsys.h" /* import the system-dependent declarations */
35
#include <stdint.h>
36
+#include <limits.h>
37
38
#ifndef NO_GETENV
39
#ifndef HAVE_STDLIB_H /* <stdlib.h> should declare getenv() */
0 commit comments