Fix broken MIPS build

Regression introduced by 9055fb408d

Fixes #104
This commit is contained in:
DRC
2016-09-26 17:59:14 -05:00
parent ac4a899511
commit 7bfb22af12
2 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,9 @@
1. Fixed a regression introduced by 1.5.1[7] that prevented libjpeg-turbo from
building with Android NDK platforms prior to android-21 (5.0).
2. Fixed a regression introduced by 1.5.1[1] that prevented the MIPS DSPR2 SIMD
code in libjpeg-turbo from building.
1.5.1
=====

View File

@@ -63,6 +63,8 @@ parse_proc_cpuinfo(const char* search_string)
LOCAL(void)
init_simd (void)
{
char *env = NULL;
if (simd_support != ~0U)
return;