diff options
author | Leon Scroggins III <scroggo@google.com> | 2018-02-28 14:05:04 -0500 |
---|---|---|
committer | Leon Scroggins III <scroggo@google.com> | 2018-03-02 12:45:15 -0500 |
commit | bd7903e2a5584fe8d4c1103da25dff429e77c304 (patch) | |
tree | e4ccd14967629b2776c7c0b49f59027871a72946 /tjbenchtest.java.in | |
parent | 531ad7a4e8ca1768dfb31b6d4323cb4563be1f39 (diff) |
Update libjpeg-turbo to 1.5.3
Bug: 70203010
Test: Existing tests
Use commit at tag 1.5.3 (bf6c774305c9feb30cff7b99e1a475df61bfa008).
This includes a fix for decompressing grayscale JPEG images that were
compressed with a sampling factor other than 1 (b/70203010). The bug
manifested as black stripes appearing when using the region decoder.
ChangeLog.md contains more detailed changes.
Add -Wno-sign-compare to Android.bp to silence a warning in jmemnobs.c.
Change-Id: Ifefc70073fdff9c68e9b2cbcddf114c8bcb7d366
Diffstat (limited to 'tjbenchtest.java.in')
-rwxr-xr-x | tjbenchtest.java.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tjbenchtest.java.in b/tjbenchtest.java.in index acdabd0..0fd2896 100755 --- a/tjbenchtest.java.in +++ b/tjbenchtest.java.in @@ -33,8 +33,6 @@ if [ -d $OUTDIR ]; then fi mkdir -p $OUTDIR -exec >$EXEDIR/tjbenchtest-java.log - if [ $# -gt 0 ]; then if [ "$1" = "-yuv" ]; then NSARG=-nosmooth @@ -60,6 +58,8 @@ if [ $# -gt 0 ]; then fi fi +exec >$EXEDIR/tjbenchtest-java$YUVARG.log + # Standard tests for image in $IMAGES; do |