ffmpeg | branch: master | Carl Eugen Hoyos <ceffm...@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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog