[FFmpeg-cvslog] configure: Die if gas is unavailable under aarch64 as well as ARM

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:38:43 2014 -0700| [0026e356d044e72b6e743b234708b8b8af457ac0] | committer: Diego Biurrun

configure: Die if gas is unavailable under aarch64 as well as ARM

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0026e356d044e72b6e743b234708b8b8af457ac0
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 26ea230..924fd46 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



More information about the ffmpeg-cvslog mailing list