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

Carl Eugen Hoyos git at videolan.org
Wed Jun 18 14:32:54 CEST 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Jun 18 14:31:39 2014 +0200| [99a8a3de8c65b5a9c252062a24218ea11aa30802] | committer: Carl Eugen Hoyos

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

It broke gas-preprocessor detection on PPC64 Linux.
This reverts commit b67bcd784dde7ad2b1a167ce7ffef14f8a0c8074.

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

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

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



More information about the ffmpeg-cvslog mailing list