From 8d53edb7714d3786c689337e53dbff9ea89d15fb Mon Sep 17 00:00:00 2001 From: BtbN Date: Tue, 4 Feb 2025 19:07:33 +0100 Subject: [PATCH] Downgrade SVT-AV1 They broke API with no way to check for it. --- 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 17d14dd..706ae92 100755 --- a/scripts.d/50-svtav1.sh +++ b/scripts.d/50-svtav1.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.com/AOMediaCodec/SVT-AV1.git" -SCRIPT_COMMIT="979748a0831904b15f2b354e1576c2662f254583" +SCRIPT_COMMIT="41c884a69f96a2bef10c668d9790b5969e82735a" ffbuild_enabled() { [[ $TARGET == win32 ]] && return -1