summaryrefslogtreecommitdiff
path: root/thirdparty/jpeg-compressor/patches
AgeCommit message (Collapse)Author
2020-05-07jpgd: Fix detection of SSE2 support with MSVCRémi Verschelde
The previous code would always use SSE2 intrinsics, which is not valid on UWP ARM platforms (and likely not on some x86 platforms either). The patch has been submitted upstream too: https://github.com/richgel999/jpeg-compressor/pull/13
2020-04-21Fix compilation of jpgd.cpp on MSVC 2017Pedro J. Estébanez