Skip to content

Commit

Permalink
SVT-AV1 not fixed on 7.1 after all
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Mar 3, 2025
1 parent 55c2e7a commit cd4196d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.d/50-svtav1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SCRIPT_COMMIT="af1ccfc1cb082dd5b861676627dcecf5595e62b0"

ffbuild_enabled() {
[[ $TARGET == win32 ]] && return -1
(( $(ffbuild_ffver) > 700 )) || return -1
(( $(ffbuild_ffver) > 701 )) || return -1
return 0
}

Expand Down

0 comments on commit cd4196d

Please sign in to comment.