Add support for Linux aarch64 builds

This commit is contained in:
tsukumi 2022-05-10 07:15:31 +09:00 committed by BtbN
parent cfd9fde44f
commit f29d3b5662
35 changed files with 1133 additions and 7 deletions

View file

@ -5,6 +5,7 @@ LIBXV_COMMIT="03a6f599d060591a9a7cd8558bd2143a1c7c70d7"
ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1
[[ $TARGET == linuxarm64 ]] && return -1
[[ $ADDINS_STR == *4.4* ]] && return -1
return 0
}