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-18 16:31:39 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-06-18 16:31:39 +0400
commit99a8a3de8c65b5a9c252062a24218ea11aa30802 (patch)
treeef0e576e005eb3c7376e4fab1840c2f5811f0595 /configure
parentcbf21628a5e56914c74c811c5663975990f56f77 (diff)
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4f909a0a21..d1eb8da92e 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}