[FFmpeg-cvslog] Fix compilation on ppc64 and ppc with pic if gas-preprocessor is installed.

Carl Eugen Hoyos git at videolan.org
Sun Jun 15 23:28:47 CEST 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Jun 15 22:51:23 2014 +0200| [b67bcd784dde7ad2b1a167ce7ffef14f8a0c8074] | committer: Carl Eugen Hoyos

Fix compilation on ppc64 and ppc with pic if gas-preprocessor is installed.

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

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

diff --git a/configure b/configure
index 3a11b2c..fa62b59 100755
--- a/configure
+++ b/configure
@@ -4279,7 +4279,7 @@ EOF
 od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
 
 
-if enabled asm; then
+if enabled asm && ! enabled_any ppc64 pic; then
     enabled     arm         && nogas=die
     enabled_all ppc altivec && nogas=warn
     as=${gas:=$as}



More information about the ffmpeg-cvslog mailing list