[FFmpeg-devel] [PATCH] msvc: Disable stripping

Derek Buitenhuis derek.buitenhuis at gmail.com
Sat Sep 15 22:05:34 CEST 2012


MSVC-built binaries should not be stripped.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
---
 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
-- 
1.7.10.4



More information about the ffmpeg-devel mailing list