[FFmpeg-devel] [PATCH 3/3] cmdutils: Make the output of -buildconf print one option per line.
Stephen Hutchinson
qyot27 at gmail.com
Sun Aug 11 17:51:24 CEST 2013
On Sat, Aug 10, 2013 at 10:23 AM, Michael Niedermayer <michaelni at gmx.at>wrote:
> iam not sure such hybrid sed + C solution is a good idea
>
Noted, and fixed. It no longer relies on a separate variable and the
string replacement is done with strstr and strncpy now. I also rolled the
two patches together so that -buildconf is added with the
one-line-per-option formatting.
> also see "13:57 To FFmpeg devel (4.7K) └─>[FFmpeg-devel] [PATCH 2/2]
> avutil/log: Use bprint for part"
>
This resolves the need for patch #2. Instead, I've altered it so that
there's now a configure option that can be used to turn off the
'configuration:' line if the user so desires.
I'll send both of the revised patches shortly.
More information about the ffmpeg-devel
mailing list