summaryrefslogtreecommitdiff
path: root/sdk/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2022-05-27 19:48:41 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2022-05-27 19:48:41 +0100
commitd0d148d69f449627f42c497fcde429d4206cb682 (patch)
tree118d79749ef702d3f1817703b5df9b5cac07c695 /sdk/Makefile
parent4c5e4ff76a32b246dc81132845578541bd85d38a (diff)
downloadtoolchains-d0d148d69f449627f42c497fcde429d4206cb682.tar.gz
toolchains-d0d148d69f449627f42c497fcde429d4206cb682.tar.bz2
libwebp: upgrade to 1.2.2
Diffstat (limited to 'sdk/Makefile')
-rw-r--r--sdk/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index e3bc476..3e2c7fb 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -39,8 +39,7 @@ VERSION_LIBJPEG := 8d
# libjpeg turbo have dropped autotools support VERSION_LIBJPEG_TURBO := 2.1.3
VERSION_LIBJPEG_TURBO := 1.5.3
# https://developers.google.com/speed/webp/
-# 1.2.2
-VERSION_LIBWEBP := 1.0.3
+VERSION_LIBWEBP := 1.2.2
# https://c-ares.haxx.se/
VERSION_LIBCARES := 1.18.1
# https://curl.haxx.se/