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.9.0

This commit is contained in:
Maxim Biro 2020-10-04 09:12:11 -04:00
parent cca17b2341
commit 2e1999e2ca
No known key found for this signature in database
GPG Key ID: AB3AD9896472BFA4

View File

@ -789,8 +789,8 @@ fi
# VPX
VPX_PREFIX_DIR="$DEP_DIR/libvpx"
VPX_VERSION=v1.8.2
VPX_HASH="8735d9fcd1a781ae6917f28f239a8aa358ce4864ba113ea18af4bb2dc8b474ac"
VPX_VERSION=v1.9.0
VPX_HASH="d279c10e4b9316bf11a570ba16c3d55791e1ad6faa4404c67422eb631782c80a"
VPX_FILENAME="libvpx-$VPX_VERSION.tar.gz"
if [ ! -f "$VPX_PREFIX_DIR/done" ]
then