[FFmpeg-devel] [PATCH] configure: use -x instead of -wN ..@ to strip assembly files

2017-05-16 Thread Rostislav Pehlivanov
Reduces the amount of debugging information of external asm from uselessly verbose to informative enough. --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index e4862f6a35..df849df14f 100755 --- a/configure +++ b/configure @@ -6185,8 +6185,7

Re: [FFmpeg-devel] [PATCH] configure: use -x instead of -wN ..@ to strip assembly files

2017-05-16 Thread James Darnley
On 2017-05-16 13:08, Rostislav Pehlivanov wrote: > Reduces the amount of debugging information of external asm from > uselessly verbose to informative enough. > --- > configure | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/configure b/configure > index e4862f6a35..df8

Re: [FFmpeg-devel] [PATCH] configure: use -x instead of -wN ..@ to strip assembly files

2017-06-16 Thread Rostislav Pehlivanov
On 16 May 2017 at 19:50, James Darnley wrote: > On 2017-05-16 13:08, Rostislav Pehlivanov wrote: > > Reduces the amount of debugging information of external asm from > > uselessly verbose to informative enough. > > --- > > configure | 3 +-- > > 1 file changed, 1 insertion(+), 2 deletions(-) > >