[FFmpeg-cvslog] configure: Disable direct stripping for AIX.

Carl Eugen Hoyos git at videolan.org
Thu Apr 12 03:34:04 EEST 2018


ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Thu Apr 12 02:30:21 2018 +0200| [b5c877a55415fc914acf996c8975a7b4e8b50a51] | committer: Carl Eugen Hoyos

configure: Disable direct stripping for AIX.

AIX strip doesn't know the option -o.

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

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

diff --git a/configure b/configure
index 8e6713d0b2..1e192f8780 100755
--- a/configure
+++ b/configure
@@ -5009,6 +5009,7 @@ case $target_os in
         add_cppflags '-I\$(SRC_PATH)/compat/aix'
         enabled shared && add_ldflags -Wl,-brtl
         arflags='-Xany -r -c'
+        striptype=""
         ;;
     android)
         disable symver



More information about the ffmpeg-cvslog mailing list