[FFmpeg-devel] [PATCH V5 1/2] configure: sort decoder/encoder/filter/... names in alphabet order

Alexander Strasser eclipse7 at gmx.net
Wed May 1 23:51:31 EEST 2019


On 2019-04-29 00:55 +0000, Guo, Yejun wrote:
[...]
> > Wild guess: CR LF line endings are emitted somewhere and the CRs stay in
> > the input. Your terminal resets the cursor to the start of the line when
> > interpreting the midline CRs.
> >
> > Does it work if you extend the tr in print_in_columns like below?
> >
> >      sort | tr '\r\n' '  ' | awk -v width="$ncols" '
> >
>
> yes, it works!
>
> >
> > > I did a quick check, but has not found the root cause yet.
> > >
> > >
> > > >
> > > > I'm not against the shell way, or a mixed approach, but before going
> > > > either way and pushing I would rather have some more testing;
> > > > especially on more exotic platforms.
> >
> > Thanks for testing and looking into it!

New patchset sent with subject:

    [PATCH 0/2] configure: Replace pr with awk and fix column sorting


Your last version (v5) of the log_file rewrite performs better, so maybe
we should use it instead of my awk version, which is at best as fast
as current version (depends on the awk implementation).

  Alexander


More information about the ffmpeg-devel mailing list