[FFmpeg-cvslog] msvc: Disable stripping

Derek Buitenhuis git at videolan.org
Sun Sep 16 01:51:18 CEST 2012


ffmpeg | branch: master | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Sat Sep 15 16:04:41 2012 -0400| [31fbdecce8ecb5dbdc8de65553c4405b0827cc97] | committer: Derek Buitenhuis

msvc: Disable stripping

MSVC-built binaries should not be stripped.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>

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

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

diff --git a/configure b/configure
index e768dc8..4ecb116 100755
--- a/configure
+++ b/configure
@@ -2606,6 +2606,7 @@ probe_cc(){
         if [ $pfx = hostcc ]; then
             append _cflags -Dsnprintf=_snprintf
         fi
+        disable stripping
     fi
 
     eval ${pfx}_type=\$_type



More information about the ffmpeg-cvslog mailing list