]> git.sesse.net Git - ffmpeg/blobdiff - configure
Force aix strip to work on 32 and 64 bit by default.
[ffmpeg] / configure
index 39fe1fdef4b2425982d28ad46b3ddc4c95272008..4f909a0a212990b05af5b048edb76c359a9c9aef 100755 (executable)
--- 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