[FFmpeg-cvslog] configure: Disable direct stripping on sunos.
Carl Eugen Hoyos
git at videolan.org
Sun Nov 25 01:38:44 EET 2018
ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Sun Nov 18 04:25:29 2018 +0100| [63c8558667dbf9a7427282586359ac5592b2e8a7] | committer: Carl Eugen Hoyos
configure: Disable direct stripping on sunos.
Sunos strip doesn't know -o.
Reported-by: Michael Kostylev
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63c8558667dbf9a7427282586359ac5592b2e8a7
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index faea24347e..65925f173d 100755
--- a/configure
+++ b/configure
@@ -5143,6 +5143,7 @@ case $target_os in
echo "hwcap_1 = OVERRIDE;" > mapfile &&
add_ldflags -Wl,-M,mapfile
nm_default='nm -P -g'
+ striptype=""
version_script='-M'
VERSION_SCRIPT_POSTPROCESS_CMD='perl $(SRC_PATH)/compat/solaris/make_sunver.pl - $(OBJS)'
;;
More information about the ffmpeg-cvslog
mailing list