diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-05-18 15:15:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 15:15:02 +0200 |
commit | d3d118baaac67b7fe97251647fea28c195f505fd (patch) | |
tree | 2948e7edf4592d7cbb08f8da2996095eba9c85b6 /thirdparty/README.md | |
parent | 8ad648f5bfcc929f0f533bd92e0656c3f68b2a0b (diff) | |
parent | abe03ff1f06fcea1e5384556b0e83168541c87ab (diff) |
Merge pull request #38831 from RandomShaper/remove_jpgd_patch
Remove no longer needed patch to jpgd.cpp
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index 821026e96a..5b24d2b96d 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -184,15 +184,13 @@ Patches in the `patches` directory should be re-applied after updates. ## jpeg-compressor - Upstream: https://github.com/richgel999/jpeg-compressor -- Version: 2.00 (1eb17d558b9d3b7442d256642a5745974e9eeb1e, 2020) +- Version: 2.00 (aeb7d3b463aa8228b87a28013c15ee50a7e6fcf3, 2020) - License: Public domain Files extracted from upstream source: - `jpgd*.{c,h}` -Patches in the `patches` directory should be re-applied after updates. - ## libogg |