Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-10 | openjpeg: Don't build with SSE instrinsics for 32-bit x86. | Oliver Chang | |
Fixes 32-bit clang-cl build. These intrinsics require addresses with 16-byte alignment, which doesn't cause issues for 64-bit builds because of allocator alignment. MSVC doesn't recognise the __SSE__, __SSE2__ defines, which is why this problem never surfaced before. R=tsepez@chromium.org BUG=pdfium:433 Review URL: https://codereview.chromium.org/1783813003 . | |||
2015-10-13 | upgrade openjpeg to commit# cf352af | Jun Fang | |
BUG=457480,497355 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1338973005 . | |||
2015-06-18 | Merge to XFA: Move libopenjpeg to third_party/ | Tom Sepez | |
Original Review URL: https://codereview.chromium.org/1185373010. TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1193773002. |