From 5fac11b9e1661cbe3bfdd3a785a4afb7b88f4ed8 Mon Sep 17 00:00:00 2001 From: BtbN Date: Sun, 25 Aug 2024 01:43:47 +0200 Subject: [PATCH] Revert "GCC 14.2 segfaults when compiling libaom on arm" CG-NG merged the fix This reverts commit 85f7a398d55b10b9dd4364b816b8292acc88129b. --- scripts.d/50-aom.sh | 2 -- 1 file changed, 2 deletions(-) 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 }