diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-06-16 16:46:10 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-06-16 16:46:10 +0200 |
commit | 189ffeafd42371176a2150565c26c2c53cd20008 (patch) | |
tree | 7911db1ad76eb7a57462d1f559290e818363b433 | |
parent | 7eae8cd87054713cbef51b22b93f3a0eb5036c90 (diff) | |
download | ffmpeg-189ffeafd42371176a2150565c26c2c53cd20008.tar.gz |
Force aix strip to work on 32 and 64 bit by default.
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2627,6 +2627,7 @@ host_os=$target_os_default # machine if test "$target_os_default" = aix; then arch_default=$(uname -p) + strip_default="strip -X32_64" else arch_default=$(uname -m) fi |