Roll release/4.4

This commit is contained in:
nanake 2021-04-04 13:38:55 +07:00 committed by BtbN
parent bc49c2cc2e
commit 75db19361e
9 changed files with 6 additions and 12 deletions

View file

@ -5,7 +5,6 @@ SVTAV1_COMMIT="0a253a1cec457d50a3a441cec4d553c817bb7231"
ffbuild_enabled() {
[[ $TARGET == win32 ]] && return -1
[[ $ADDINS_STR == *4.3* ]] && return -1
return 0
}
@ -26,6 +25,5 @@ ffbuild_configure() {
}
ffbuild_unconfigure() {
[[ $ADDINS_STR == *4.3* ]] && return 0
echo --disable-libsvtav1
}