[FFmpeg-devel] [PATCH] msvc: Disable stripping
Michael Niedermayer
michaelni at gmx.at
Sat Sep 15 22:23:05 CEST 2012
On Sat, Sep 15, 2012 at 04:05:34PM -0400, Derek Buitenhuis wrote:
> 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
if striping msvc binaries isnt possible then sure patch LGTM
if its possible but the tool isnt installed then theres a missing
check in conifgure or something like that
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The bravest are surely those who have the clearest vision
of what is before them, glory and danger alike, and yet
notwithstanding go out to meet it. -- Thucydides
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120915/ad8a757b/attachment.asc>
More information about the ffmpeg-devel
mailing list