Skip to content

Commit

Permalink
Update libvpx to version 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Jun 3, 2024
1 parent a6668f5 commit 78f652a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects/libvpx.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ def __init__(self):
Project.__init__(
self,
"libvpx",
version="1.14.0",
version="1.14.1",
archive_url="https://github.com/webmproject/libvpx/archive/v{version}.tar.gz",
archive_filename="libvpx-v{version}.tar.gz",
hash="5f21d2db27071c8a46f1725928a10227ae45c5cd1cad3727e4aafbe476e321fa",
hash="901747254d80a7937c933d03bd7c5d41e8e6c883e0665fadcb172542167c7977",
dependencies=["nasm", "msys2", "libyuv", "perl"],
patches=[
"0006-gen_msvs_vcxproj.sh-Select-current-Windows-SDK-if-av.patch",
Expand Down

0 comments on commit 78f652a

Please sign in to comment.