[FFmpeg-cvslog] Do not suggest to use gas-preprocessor on aix where it doesn't work.

Carl Eugen Hoyos git at videolan.org
Mon Jun 16 01:43:10 CEST 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Jun 16 01:01:40 2014 +0200| [08235708d84aa611795ad9786e469e68d7f9af81] | committer: Carl Eugen Hoyos

Do not suggest to use gas-preprocessor on aix where it doesn't work.

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

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

diff --git a/configure b/configure
index fa62b59..8537e03 100755
--- a/configure
+++ b/configure
@@ -4281,7 +4281,7 @@ od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
 
 if enabled asm && ! enabled_any ppc64 pic; then
     enabled     arm         && nogas=die
-    enabled_all ppc altivec && nogas=warn
+    enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn
     as=${gas:=$as}
     check_as <<EOF && enable gnu_as || \
         $nogas "GNU assembler not found, install gas-preprocessor"



More information about the ffmpeg-cvslog mailing list