You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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 b67bcd784d
.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -4287,7 +4287,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 && ! enabled_any ppc64 pic; then
|
if enabled asm; then
|
||||||
enabled arm && nogas=die
|
enabled arm && nogas=die
|
||||||
enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn
|
enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn
|
||||||
as=${gas:=$as}
|
as=${gas:=$as}
|
||||||
|
Reference in New Issue
Block a user