commit | 22527955717f4640e6a81e91632dc763e8a081fc | [log] [tgz] |
---|---|---|
author | DRC <information@libjpeg-turbo.org> | Thu Jan 19 17:50:59 2017 -0600 |
committer | DRC <information@libjpeg-turbo.org> | Thu Jan 19 18:41:13 2017 -0600 |
tree | f89529d50b3a4beecbe33f0d6f8252c2450b4d95 | |
parent | eb38b61bfe8a02cf38080cbb9cbda27ee9c90ade [diff] |
Fix error w/ lossless crop & libjpeg v7 emulation The JPEG_LIB_VERSION #ifdef in jtransform_adjust_parameters() was incorrect, which caused a "Bogus virtual array access" error when attempting to use the lossless crop feature. Introduced in c04bd3cc97f44fd9030de1e141754c8775d4e5a5. This also adds libjpeg v7 API/ABI emulation to the Travis CI tests.