diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-06-15 22:51:23 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-06-15 22:51:23 +0200 |
commit | b67bcd784dde7ad2b1a167ce7ffef14f8a0c8074 (patch) | |
tree | 0947e9afd280ce74eb917a7ae4f1837f793ce376 | |
parent | fbb59a3bf4c8668197521b3db5f26d0e93aed1a6 (diff) | |
download | ffmpeg-b67bcd784dde7ad2b1a167ce7ffef14f8a0c8074.tar.gz |
Fix compilation on ppc64 and ppc with pic if gas-preprocessor is installed.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |