Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-08-06 16:38:43 +0400
committerDiego Biurrun <diego@biurrun.de>2014-08-08 16:30:32 +0400
commit0026e356d044e72b6e743b234708b8b8af457ac0 (patch)
treef6d47d2eb8255e80206e1a376ccb75a2bc86e211
parente4c9e59a4547adaaa0ce9f25b0d0c5b91ae15472 (diff)
configure: Die if gas is unavailable under aarch64 as well as ARM
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 26ea2300d5..924fd468da 100755
--- a/configure
+++ b/configure
@@ -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