Re: [libav-devel] [PATCH 03/10] configure: Default to armasm for --toolchain=msvc when targeting arm

2015-07-26 Thread Janne Grunau
On 2015-07-26 12:57:51 +0300, Martin Storsjö wrote: > --- > configure | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/configure b/configure > index 9ccd0da..96e5f93 100755 > --- a/configure > +++ b/configure > @@ -2642,6 +2642,11 @@ case "$toolchain" in > ld_default="$sourc

Re: [libav-devel] [PATCH 03/10] configure: Default to armasm for --toolchain=msvc when targeting arm

2015-07-26 Thread Jean-Baptiste Kempf
On 26 Jul, Martin Storsjö wrote : > --- > configure | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/configure b/configure > index 9ccd0da..96e5f93 100755 > --- a/configure > +++ b/configure > @@ -2642,6 +2642,11 @@ case "$toolchain" in > ld_default="$source_path/compat/wind

Re: [libav-devel] [PATCH 03/10] configure: Default to armasm for --toolchain=msvc when targeting arm

2015-07-26 Thread Luca Barbato
On 26/07/15 11:57, Martin Storsjö wrote: --- configure | 5 + 1 file changed, 5 insertions(+) diff --git a/configure b/configure index 9ccd0da..96e5f93 100755 --- a/configure +++ b/configure @@ -2642,6 +2642,11 @@ case "$toolchain" in ld_default="$source_path/compat/windows/msli

[libav-devel] [PATCH 03/10] configure: Default to armasm for --toolchain=msvc when targeting arm

2015-07-26 Thread Martin Storsjö
--- configure | 5 + 1 file changed, 5 insertions(+) diff --git a/configure b/configure index 9ccd0da..96e5f93 100755 --- a/configure +++ b/configure @@ -2642,6 +2642,11 @@ case "$toolchain" in ld_default="$source_path/compat/windows/mslink" nm_default="dumpbin -symbols"