Skip to content

Commit 966fbe9

Browse files
authored
[libwebp] Update to 1.6.0 (#46733)
1 parent 0ffffc6 commit 966fbe9

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

ports/libwebp/0003-simd.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
diff --git a/cmake/cpu.cmake b/cmake/cpu.cmake
2-
index 040c524..f345b89 100644
2+
index 3b0b2d37..a376b87b 100644
33
--- a/cmake/cpu.cmake
44
+++ b/cmake/cpu.cmake
55
@@ -50,7 +50,7 @@ if(MSVC AND CMAKE_C_COMPILER_ID STREQUAL "MSVC")
66
if(MSVC_VERSION GREATER_EQUAL 1800 AND NOT CMAKE_C_FLAGS MATCHES "/arch:")
77
set(SIMD_ENABLE_FLAGS)
88
else()
9-
- set(SIMD_ENABLE_FLAGS "/arch:AVX;/arch:SSE2;;;;")
10-
+ set(SIMD_ENABLE_FLAGS ";/arch:SSE2;;;;") # /arch:AVX is too much for SSE4
9+
- set(SIMD_ENABLE_FLAGS "/arch:AVX2;/arch:AVX;/arch:SSE2;;;;")
10+
+ set(SIMD_ENABLE_FLAGS ";;/arch:SSE2;;;;") # /arch:AVX2;/arch:AVX is too much for SSE4
1111
endif()
1212
set(SIMD_DISABLE_FLAGS)
1313
else()

ports/libwebp/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO webmproject/libwebp
44
REF "v${VERSION}"
5-
SHA512 a922cb84e147f1aeaaac9ff4c6000ebad067a9a4b74d94c25d6c9181f487dfd6d8c7966ac1d239f4fad65cc07ad3d5c82ee9ab4adfa4b125d231056781632548
5+
SHA512 298e0ad4c09392213baf5abb69d330c6203b618800073fe2df91d01d35034197c5d3e29a74573b06971473c52c74514f0e6e0f6c8162f923e2dd15cb1a692aef
66
HEAD_REF master
77
PATCHES
88
0002-cmake-config.patch

ports/libwebp/vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "libwebp",
3-
"version": "1.5.0",
4-
"port-version": 1,
3+
"version": "1.6.0",
54
"description": "WebP codec: library to encode and decode images in WebP format",
65
"homepage": "https://github.com/webmproject/libwebp",
76
"license": "BSD-3-Clause",

versions/baseline.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5613,8 +5613,8 @@
56135613
"port-version": 0
56145614
},
56155615
"libwebp": {
5616-
"baseline": "1.5.0",
5617-
"port-version": 1
5616+
"baseline": "1.6.0",
5617+
"port-version": 0
56185618
},
56195619
"libwebsockets": {
56205620
"baseline": "4.3.5",

versions/l-/libwebp.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "d9dee7fa77c6779e018d20afd7f216813dc33f7c",
5+
"version": "1.6.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "4da57885ea948ff63857226aaf586d6c44b4c96d",
510
"version": "1.5.0",

0 commit comments

Comments
 (0)