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:55:33 +0400
committerDiego Biurrun <diego@biurrun.de>2014-08-08 16:30:32 +0400
commit444c73583d2848a542330c03949e1f933ac68f53 (patch)
treece71a6351bf8cbe04fcd9c6c308dd077a22834c9 /configure
parent0026e356d044e72b6e743b234708b8b8af457ac0 (diff)
configure: Only run gas checks on ARM and PowerPC
Standalone GNU assembly is not used on x86.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 924fd468da..c128b29bd3 100755
--- a/configure
+++ b/configure
@@ -3777,7 +3777,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 && nogas=warn