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

(cherry picked from commit 2e1999e2ca)
This commit is contained in:
Maxim Biro 2020-10-04 09:12:11 -04:00 committed by Anthony Bilinski
parent 13b4396b75
commit 1a9fbffb24
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.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