Skip to content

Commit

Permalink
Bump libwebp to v1.4.0 (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud authored Apr 25, 2024
1 parent 4d788d6 commit f56a1f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake/Modules/LocalLibsharpyuv.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(AVIF_LOCAL_LIBSHARPYUV_GIT_TAG v1.3.2)
set(AVIF_LOCAL_LIBSHARPYUV_GIT_TAG v1.4.0)

set(LIB_FILENAME "${CMAKE_CURRENT_SOURCE_DIR}/ext/libwebp/build/libsharpyuv${CMAKE_STATIC_LIBRARY_SUFFIX}")
if(EXISTS "${LIB_FILENAME}")
Expand Down
4 changes: 1 addition & 3 deletions ext/libsharpyuv.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
: # "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat"

: # libsharpyuv is part of the libwebp repo.
git clone --single-branch https://chromium.googlesource.com/webm/libwebp
git clone -b v1.4.0 --depth 1 https://chromium.googlesource.com/webm/libwebp

cd libwebp
git checkout e2c85878f6a33f29948b43d3492d9cdaf801aa54

mkdir build
cd build
cmake -G Ninja -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Release -DWEBP_BUILD_ANIM_UTILS=OFF -DWEBP_BUILD_CWEBP=OFF -DWEBP_BUILD_DWEBP=OFF -DWEBP_BUILD_GIF2WEBP=OFF -DWEBP_BUILD_IMG2WEBP=OFF -DWEBP_BUILD_VWEBP=OFF -DWEBP_BUILD_WEBPINFO=OFF -DWEBP_BUILD_LIBWEBPMUX=OFF -DWEBP_BUILD_WEBPMUX=OFF -DWEBP_BUILD_EXTRAS=OFF ..
Expand Down

0 comments on commit f56a1f1

Please sign in to comment.