Skip to content

Commit 6ca6df7

Browse files
Revert "Update libvpx to version 1.15.0"
This reverts commit 65d5918.
1 parent 0372e53 commit 6ca6df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gvsbuild/projects/libvpx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ def __init__(self):
2626
Project.__init__(
2727
self,
2828
"libvpx",
29-
version="1.15.0",
29+
version="1.14.1",
3030
repository="https://github.com/webmproject/libvpx",
3131
archive_url="https://github.com/webmproject/libvpx/archive/v{version}.tar.gz",
3232
archive_filename="libvpx-v{version}.tar.gz",
33-
hash="e935eded7d81631a538bfae703fd1e293aad1c7fd3407ba00440c95105d2011e",
33+
hash="901747254d80a7937c933d03bd7c5d41e8e6c883e0665fadcb172542167c7977",
3434
dependencies=["nasm", "msys2", "libyuv", "perl"],
3535
patches=[
3636
"0006-gen_msvs_vcxproj.sh-Select-current-Windows-SDK-if-av.patch",

0 commit comments

Comments
 (0)