Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-06-16 00:51:23 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-06-16 00:51:23 +0400
commitb67bcd784dde7ad2b1a167ce7ffef14f8a0c8074 (patch)
tree0947e9afd280ce74eb917a7ae4f1837f793ce376 /configure
parentfbb59a3bf4c8668197521b3db5f26d0e93aed1a6 (diff)
Fix compilation on ppc64 and ppc with pic if gas-preprocessor is installed.
Diffstat (limited to 'configure')
-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}