1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(windows): update VPX to 1.11.0

This commit is contained in:
Maxim Biro 2021-12-07 04:31:15 -05:00 committed by Anthony Bilinski
parent f854e5bbef
commit 96e1ce573b
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

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