mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00:00
Merge commit '444c73583d'
* commit '444c73583d':
configure: Only run gas checks on ARM and PowerPC
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
eb2def0ff2
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -4362,7 +4362,7 @@ EOF
|
|||
return 0
|
||||
}
|
||||
|
||||
if enabled asm; then
|
||||
if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then
|
||||
enabled_any arm aarch64 && nogas=die
|
||||
enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue