Update libvpx to v1.15.0 (#5746)

pull/5747/head
ruki 2 weeks ago committed by GitHub
parent 885ea60d3e
commit ea9a6999d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/l/libvpx/xmake.lua

@ -6,6 +6,7 @@ package("libvpx")
add_urls("https://github.com/webmproject/libvpx/archive/refs/tags/$(version).tar.gz",
"https://github.com/webmproject/libvpx.git",
"https://chromium.googlesource.com/webm/libvpx.git")
add_versions("v1.15.0", "e935eded7d81631a538bfae703fd1e293aad1c7fd3407ba00440c95105d2011e")
add_versions("v1.14.1", "901747254d80a7937c933d03bd7c5d41e8e6c883e0665fadcb172542167c7977")
if not is_plat("windows") then

Loading…
Cancel
Save