[FFmpeg-cvslog] Force aix strip to work on 32 and 64 bit by default.

Carl Eugen Hoyos git at videolan.org
Mon Jun 16 18:12:46 CEST 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Jun 16 16:46:10 2014 +0200| [189ffeafd42371176a2150565c26c2c53cd20008] | committer: Carl Eugen Hoyos

Force aix strip to work on 32 and 64 bit by default.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=189ffeafd42371176a2150565c26c2c53cd20008
---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 39fe1fd..4f909a0 100755
--- a/configure
+++ b/configure
@@ -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



More information about the ffmpeg-cvslog mailing list