You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Force aix strip to work on 32 and 64 bit by default.
This commit is contained in:
1
configure
vendored
1
configure
vendored
@@ -2627,6 +2627,7 @@ host_os=$target_os_default
|
|||||||
# machine
|
# machine
|
||||||
if test "$target_os_default" = aix; then
|
if test "$target_os_default" = aix; then
|
||||||
arch_default=$(uname -p)
|
arch_default=$(uname -p)
|
||||||
|
strip_default="strip -X32_64"
|
||||||
else
|
else
|
||||||
arch_default=$(uname -m)
|
arch_default=$(uname -m)
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user