[FFmpeg-cvslog] configure: Only run gas checks on ARM and PowerPC
Diego Biurrun
git at videolan.org
Fri Aug 8 21:45:27 CEST 2014
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Aug 6 05:55:33 2014 -0700| [444c73583d2848a542330c03949e1f933ac68f53] | committer: Diego Biurrun
configure: Only run gas checks on ARM and PowerPC
Standalone GNU assembly is not used on x86.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=444c73583d2848a542330c03949e1f933ac68f53
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 924fd46..c128b29 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
More information about the ffmpeg-cvslog
mailing list