aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-06-15 22:51:23 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-06-15 22:51:23 +0200
commitb67bcd784dde7ad2b1a167ce7ffef14f8a0c8074 (patch)
tree0947e9afd280ce74eb917a7ae4f1837f793ce376
parentfbb59a3bf4c8668197521b3db5f26d0e93aed1a6 (diff)
downloadffmpeg-b67bcd784dde7ad2b1a167ce7ffef14f8a0c8074.tar.gz
Fix compilation on ppc64 and ppc with pic if gas-preprocessor is installed.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3a11b2c909..fa62b59022 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}