Re: [FFmpeg-devel] [PATCH 1/2] configure: print_in_columns: Replace pr with awk

2019-06-24 Thread Alexander Strasser
t; Alexander Strasser > >> Sent: Thursday, May 02, 2019 12:08 AM > >> To: ffmpeg-devel@ffmpeg.org > >> Subject: [FFmpeg-devel] [PATCH 1/2] configure: print_in_columns: > >Replace pr > >> with awk > >> > >> Get rid of pr dependency and write

Re: [FFmpeg-devel] [PATCH 1/2] configure: print_in_columns: Replace pr with awk

2019-05-05 Thread Alexander Strasser
@ffmpeg.org >> Subject: [FFmpeg-devel] [PATCH 1/2] configure: print_in_columns: >Replace pr >> with awk >> >> Get rid of pr dependency and write the columns strictly >> alphabetical for the given rows. >> >> Before pr would attempt to write pages, thus i

Re: [FFmpeg-devel] [PATCH 1/2] configure: print_in_columns: Replace pr with awk

2019-05-04 Thread Guo, Yejun
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Alexander Strasser > Sent: Thursday, May 02, 2019 12:08 AM > To: ffmpeg-devel@ffmpeg.org > Subject: [FFmpeg-devel] [PATCH 1/2] configure: print_in_columns: Replace pr >

[FFmpeg-devel] [PATCH 1/2] configure: print_in_columns: Replace pr with awk

2019-05-01 Thread Alexander Strasser
Get rid of pr dependency and write the columns strictly alphabetical for the given rows. Before pr would attempt to write pages, thus if a page boundary was reached, the output looked confusing as one couldn't see there was a new page and the alphabetical order was disrupted when scanning down one