[vlc-devel] [PATCH] contrib:breakpad: fix compilation under mingw

Marvin Scholz epirat07 at gmail.com
Mon Feb 12 18:26:53 CET 2018


VideoLAN has a Breakpad fork, which is what we use in VLC contribs.
So shouldn't that get merged there instead of patching the contrib?

On 12 Feb 2018, at 18:01, Steve Lhomme wrote:

> ---
>  contrib/src/breakpad/rules.mak | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/contrib/src/breakpad/rules.mak 
> b/contrib/src/breakpad/rules.mak
> index d2a27ed90f..821b63e760 100644
> --- a/contrib/src/breakpad/rules.mak
> +++ b/contrib/src/breakpad/rules.mak
> @@ -15,6 +15,7 @@ $(TARBALLS)/breakpad-$(BREAKPAD_VERSION).tar.gz:
>
>  breakpad: breakpad-$(BREAKPAD_VERSION).tar.gz .sum-breakpad
>  	$(UNPACK)
> +	$(APPLY) $(SRC)/breakpad/breakpad-mingw.patch
>  	$(MOVE)
>
>  .breakpad: breakpad
> -- 
> 2.14.2
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list