[FFmpeg-devel] [PATCH] configure: use -x instead of -wN ..@ to strip assembly files
Rostislav Pehlivanov
atomnuker at gmail.com
Fri Jun 16 17:26:48 EEST 2017
On 16 May 2017 at 19:50, James Darnley <james.darnley at gmail.com> 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(-)
> >
> > diff --git a/configure b/configure
> > index e4862f6a35..df849df14f 100755
> > --- a/configure
> > +++ b/configure
> > @@ -6185,8 +6185,7 @@ enabled rpath && add_ldlibflags -Wl,-rpath,$libdir
> > test_ldflags -Wl,-Bsymbolic && append SHFLAGS -Wl,-Bsymbolic
> >
> > # add some strip flags
> > -# -wN '..@*' is more selective than -x, but not available everywhere.
> > -check_stripflags -wN \'..@*\' || check_stripflags -x
> > +check_stripflags -x
> >
> > enabled neon_clobber_test &&
> > check_ldflags -Wl,--wrap,avcodec_open2 \
> >
>
> Look good. I'm in favour of this change. It does exactly what I was
> (partly) advocating for in my email on Friday.
>
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
>
Thanks, pushed
More information about the ffmpeg-devel
mailing list