Re: [libav-devel] [PATCH 1/2] configure: Support msan as toolchain

2016-03-07 Thread Diego Biurrun
On Mon, Mar 07, 2016 at 08:52:27AM +0100, Luca Barbato wrote: > --- > configure | 5 + > 1 file changed, 5 insertions(+) OK Diego OK Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH 1/2] configure: Support msan as toolchain

2016-03-07 Thread Vittorio Giovara
On Mon, Mar 7, 2016 at 2:52 AM, Luca Barbato wrote: > --- > configure | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/configure b/configure > index d8b8c07..f0c4f0a 100755 > --- a/configure > +++ b/configure > @@ -2701,6 +2701,11 @@ case "$toolchain" in >

[libav-devel] [PATCH 1/2] configure: Support msan as toolchain

2016-03-06 Thread Luca Barbato
--- configure | 5 + 1 file changed, 5 insertions(+) diff --git a/configure b/configure index d8b8c07..f0c4f0a 100755 --- a/configure +++ b/configure @@ -2701,6 +2701,11 @@ case "$toolchain" in add_cflags -fsanitize=address add_ldflags -fsanitize=address ;; +