No svtav1 on 4.3

This commit is contained in:
BtbN 2020-09-06 22:19:18 +02:00
parent d354210896
commit 0a829886d9
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ SVTAV1_REPO="https://github.com/OpenVisualCloud/SVT-AV1.git"
SVTAV1_COMMIT="e9ffb5ee0bdf74c5bb3d258aaf59b6b7a912c8bc" SVTAV1_COMMIT="e9ffb5ee0bdf74c5bb3d258aaf59b6b7a912c8bc"
ffbuild_enabled() { ffbuild_enabled() {
[[ $VARIANT == *4.3* ]] && return -1
return 0 return 0
} }
@ -32,5 +33,6 @@ ffbuild_configure() {
} }
ffbuild_unconfigure() { ffbuild_unconfigure() {
[[ $VARIANT == *4.3* ]] && return 0
echo --disable-libsvtav1 echo --disable-libsvtav1
} }