From 8803d2cba6231fff375a6e4517285681d46f116e Mon Sep 17 00:00:00 2001 From: BtbN Date: Sat, 3 Aug 2024 21:35:06 +0200 Subject: [PATCH] vvenc does not seem to support 32 bit targets --- scripts.d/50-vvenc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts.d/50-vvenc.sh b/scripts.d/50-vvenc.sh index 550ba68..98a4fe1 100644 --- a/scripts.d/50-vvenc.sh +++ b/scripts.d/50-vvenc.sh @@ -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 }