We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247add4 commit 7d03b93Copy full SHA for 7d03b93
scripts.d/50-ffnvcodec.sh
@@ -17,6 +17,7 @@ SCRIPT_BRANCH4="sdk/12.2"
17
18
ffbuild_enabled() {
19
[[ $TARGET == winarm64 ]] && return -1
20
+ (( $(ffbuild_ffver) >= 404 )) || return -1
21
return 0
22
}
23
0 commit comments