diff --git a/scripts.d/50-aom.sh b/scripts.d/50-aom.sh index 82cd8e4..78c6b98 100755 --- a/scripts.d/50-aom.sh +++ b/scripts.d/50-aom.sh @@ -5,8 +5,6 @@ SCRIPT_COMMIT="5632ebed19fc472dae0cbe26a89552af0ee814dd" ffbuild_enabled() { [[ $TARGET == winarm64 ]] && return -1 - # GCC segfaults, remove when fixed - [[ $TARGET == linuxarm64 ]] && return -1 return 0 }