From 0d5fea8a18a843109da80c650cb399b175cde0b9 Mon Sep 17 00:00:00 2001 From: bitraid Date: Wed, 25 May 2022 17:33:35 +0300 Subject: [PATCH] Update SVT-AV1 to 1.1.0 --- scripts.d/50-svtav1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts.d/50-svtav1.sh b/scripts.d/50-svtav1.sh index 34e7041..3e67c08 100755 --- a/scripts.d/50-svtav1.sh +++ b/scripts.d/50-svtav1.sh @@ -1,7 +1,7 @@ #!/bin/bash SVTAV1_REPO="https://gitlab.com/AOMediaCodec/SVT-AV1.git" -SVTAV1_COMMIT="da60d7c6e27c08806da0b493d5d3fc0a08629102" +SVTAV1_COMMIT="98aba736053ba0cb00112db88a7f39f16bd64080" ffbuild_enabled() { [[ $TARGET == win32 ]] && return -1