mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-30 14:44:41 +02:00
GCC 14.2 segfaults when compiling libaom on arm
This commit is contained in:
parent
02c4578ade
commit
85f7a398d5
@ -5,6 +5,8 @@ SCRIPT_COMMIT="5632ebed19fc472dae0cbe26a89552af0ee814dd"
|
|||||||
|
|
||||||
ffbuild_enabled() {
|
ffbuild_enabled() {
|
||||||
[[ $TARGET == winarm64 ]] && return -1
|
[[ $TARGET == winarm64 ]] && return -1
|
||||||
|
# GCC segfaults, remove when fixed
|
||||||
|
[[ $TARGET == linuxarm64 ]] && return -1
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user