History log of /external/jpeg/jccolor.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
84eb70123e17e1ea3931d30c972ea0450f892695 06-Feb-2014 Marcus Oakland <marcus.oakland@arm.com> AArch64: Correction of definition of UINT32

In an #ifdef ENABLE_ANDROID_NULL_CONVERT...#endif section of the
jccolor.c module UINT32 was defined as unsigned long, which is OK
for 32-bit systems but incorrect for __LP64__ systems such as AArch64.
The definition of UINT32 has been changed to unsigned int, which is
32-bits on both 32-bit and __LP64__ systems.

Change-Id: I5e29db2ea0690ce3623bb54aa1138aa3f772df76
Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>
/external/jpeg/jccolor.c
9f5d49a1588e438ae7ceabd0c94172117e3303aa 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/jpeg/jccolor.c
38777fb873b051d8d8bffbbd1de731cc9574a33b 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/jpeg/jccolor.c
d9bb1510bee7d9bf2a0f2699c647a65e67ab9cf8 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/external/jpeg/jccolor.c
c6a7fc661d57f86ac08cd637abc881cbe687b11a 12-Jan-1970 Upstream <upstream-import@none> external/jpeg 6b
/external/jpeg/jccolor.c