vvenc does not seem to support 32 bit targets

This commit is contained in:
BtbN 2024-08-03 21:35:06 +02:00
parent afd8079095
commit 8803d2cba6

View File

@ -4,6 +4,7 @@ SCRIPT_REPO="https://github.com/fraunhoferhhi/vvenc.git"
SCRIPT_COMMIT="c306b2cfaca7a4da50b6d6195f277430524b1a7d"
ffbuild_enabled() {
[[ $TARGET != *32 ]] || return -1
(( $(ffbuild_ffver) > 700 )) || return -1
return 0
}