diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-08-06 05:38:43 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-08-08 05:30:32 -0700 |
commit | 0026e356d044e72b6e743b234708b8b8af457ac0 (patch) | |
tree | f6d47d2eb8255e80206e1a376ccb75a2bc86e211 /configure | |
parent | e4c9e59a4547adaaa0ce9f25b0d0c5b91ae15472 (diff) | |
download | ffmpeg-streaming-0026e356d044e72b6e743b234708b8b8af457ac0.zip ffmpeg-streaming-0026e356d044e72b6e743b234708b8b8af457ac0.tar.gz |
configure: Die if gas is unavailable under aarch64 as well as ARM
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3778,7 +3778,7 @@ EOF } if enabled asm; then - enabled arm aarch64 && nogas=die + enabled_any arm aarch64 && nogas=die enabled_all ppc altivec && nogas=warn if ! check_gas ; then |