aboutsummaryrefslogtreecommitdiffstats
path: root/distrib/jpeg-6b/jmorecfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/jpeg-6b/jmorecfg.h')
-rw-r--r--distrib/jpeg-6b/jmorecfg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/distrib/jpeg-6b/jmorecfg.h b/distrib/jpeg-6b/jmorecfg.h
index 9dfde01..95df28b 100644
--- a/distrib/jpeg-6b/jmorecfg.h
+++ b/distrib/jpeg-6b/jmorecfg.h
@@ -366,8 +366,12 @@ typedef int boolean;
*/
#ifndef MULTIPLIER
+#ifdef ANDROID_INTELSSE2_IDCT
+ #define MULTIPLIER short
+#else
#define MULTIPLIER int /* type for fastest integer multiply */
#endif
+#endif
/* FAST_FLOAT should be either float or double, whichever is done faster