Exclude rav1e on release variants
This commit is contained in:
@@ -4,6 +4,7 @@ RAV1E_SRC_PREFIX="https://github.com/xiph/rav1e/releases/download/p20200901"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == win32 ]] && return -1
|
||||
[[ $VARIANT == *4.2* ]] && return -1
|
||||
return 0
|
||||
}
|
||||
|
||||
@@ -41,5 +42,6 @@ ffbuild_configure() {
|
||||
}
|
||||
|
||||
ffbuild_unconfigure() {
|
||||
[[ $VARIANT == *4.2* ]] && return 0
|
||||
echo --disable-librav1e
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user