mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-23 18:16:24 +02:00
vvenc does not seem to support 32 bit targets
This commit is contained in:
parent
afd8079095
commit
8803d2cba6
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user