Skip to content

Commit 7d03b93

Browse files
committed
Disable ffnvcodec on <4.4
1 parent 247add4 commit 7d03b93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts.d/50-ffnvcodec.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ SCRIPT_BRANCH4="sdk/12.2"
1717

1818
ffbuild_enabled() {
1919
[[ $TARGET == winarm64 ]] && return -1
20+
(( $(ffbuild_ffver) >= 404 )) || return -1
2021
return 0
2122
}
2223

0 commit comments

Comments
 (0)