Skip to content

Commit

Permalink
libsharpyuv.cmd: update checkout to v1.3.1
Browse files Browse the repository at this point in the history
libsharpyuv was released as part of 1.3.0. 1.3.1 is the latest release.
  • Loading branch information
jzern authored Jul 13, 2023
1 parent 89fe4a5 commit 0864b81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ext/libsharpyuv.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +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.3.1 --single-branch https://chromium.googlesource.com/webm/libwebp

cd libwebp
git checkout 048cfc

mkdir build
cd build
Expand Down

0 comments on commit 0864b81

Please sign in to comment.