Browse Source

chore(windows): update VPX to 1.11.0

reviewable/pr6416/r5
Maxim Biro 4 years ago
parent
commit
2414593386
No known key found for this signature in database
GPG Key ID: AB3AD9896472BFA4
  1. 4
      windows/cross-compile/build.sh

4
windows/cross-compile/build.sh

@ -797,8 +797,8 @@ fi @@ -797,8 +797,8 @@ fi
# VPX
VPX_PREFIX_DIR="$DEP_DIR/libvpx"
VPX_VERSION=v1.10.0
VPX_HASH="85803ccbdbdd7a3b03d930187cb055f1353596969c1f92ebec2db839fa4f834a"
VPX_VERSION=v1.11.0
VPX_HASH="965e51c91ad9851e2337aebcc0f517440c637c506f3a03948062e3d5ea129a83"
VPX_FILENAME="libvpx-$VPX_VERSION.tar.gz"
if [ ! -f "$VPX_PREFIX_DIR/done" ]
then

Loading…
Cancel
Save