mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Fix compilation on ppc64 and ppc with pic if gas-preprocessor is installed.
This commit is contained in:
parent
fbb59a3bf4
commit
b67bcd784d
2
configure
vendored
2
configure
vendored
@ -4279,7 +4279,7 @@ EOF
|
|||||||
od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
|
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 arm && nogas=die
|
||||||
enabled_all ppc altivec && nogas=warn
|
enabled_all ppc altivec && nogas=warn
|
||||||
as=${gas:=$as}
|
as=${gas:=$as}
|
||||||
|
Loading…
Reference in New Issue
Block a user