Add support for Linux aarch64 builds
This commit is contained in:
parent
cfd9fde44f
commit
f29d3b5662
35 changed files with 1133 additions and 7 deletions
|
@ -6,6 +6,8 @@ XAVS2_COMMIT="eae1e8b9d12468059bdd7dee893508e470fa83d8"
|
|||
ffbuild_enabled() {
|
||||
[[ $VARIANT == lgpl* ]] && return -1
|
||||
[[ $TARGET == win32 ]] && return -1
|
||||
# xavs2 aarch64 support is broken
|
||||
[[ $TARGET == linuxarm64 ]] && return -1
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue