mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 05:17:39 +02:00
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