Merge pull request #72045 from DeeJayLSP/update_libwebp

libwebp: Sync with upstream 1.3.0
This commit is contained in:
Rémi Verschelde 2023-02-10 18:44:23 +01:00
commit ac68330130
No known key found for this signature in database
GPG key ID: C3336907360768E1
47 changed files with 377 additions and 268 deletions

View file

@ -13,6 +13,7 @@ if env["builtin_libwebp"]:
thirdparty_dir = "#thirdparty/libwebp/"
thirdparty_sources = [
"sharpyuv/sharpyuv.c",
"sharpyuv/sharpyuv_cpu.c",
"sharpyuv/sharpyuv_csp.c",
"sharpyuv/sharpyuv_dsp.c",
"sharpyuv/sharpyuv_gamma.c",