Update 50-svtav1.sh

Update SVT-AV1 to release 0.9.1
This commit is contained in:
eveloki 2022-03-14 20:58:05 +08:00 committed by GitHub
parent dd3eefc083
commit 30e4a8243a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/bin/bash
SVTAV1_REPO="https://gitlab.com/AOMediaCodec/SVT-AV1.git"
SVTAV1_COMMIT="af222120c8cf605722f5143a224ee883f6e674fd"
SVTAV1_COMMIT="9e32f42e90f174d4a4263037d5db8800c8813862"
ffbuild_enabled() {
[[ $TARGET == win32 ]] && return -1