aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoel@chromium.org <noel@chromium.org>2014-09-13 14:48:09 +0000
committernoel@chromium.org <noel@chromium.org>2014-09-13 14:48:09 +0000
commit034e9a9747e0983bc19808ea70e469bc8342081f (patch)
treedade62cc513d3afc86f806b1817f02cbd7c61730
parent3963fbcd6c16965948a9c081c6e9dce82a938dad (diff)
downloadlibjpeg_turbo-034e9a9747e0983bc19808ea70e469bc8342081f.tar.gz
[MIPS64] Add build support for MIPS64 in libjpeg_turbo.
BUG=400684 Review URL: https://codereview.appspot.com/143920043 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/libjpeg_turbo@291962 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
-rw-r--r--libjpeg.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjpeg.gyp b/libjpeg.gyp
index e20b0d9..c5d8dce 100644
--- a/libjpeg.gyp
+++ b/libjpeg.gyp
@@ -186,7 +186,7 @@
'simd/jsimd_arm64_neon.S',
],
}],
- [ 'target_arch=="mipsel"', {
+ [ 'target_arch=="mipsel" or target_arch=="mips64el"', {
'sources': [
'jsimd_none.c',
],