Skip to content

Commit bf5e6c2

Browse files
committed
Update SVT-AV1 version restriction
1 parent cd4196d commit bf5e6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts.d/50-svtav1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SCRIPT_COMMIT="af1ccfc1cb082dd5b861676627dcecf5595e62b0"
55

66
ffbuild_enabled() {
77
[[ $TARGET == win32 ]] && return -1
8-
(( $(ffbuild_ffver) > 701 )) || return -1
8+
(( $(ffbuild_ffver) > 700 )) || return -1
99
return 0
1010
}
1111

0 commit comments

Comments
 (0)