[FFmpeg-soc] libavfilter audio work - qualification task

Stefano Sabatini stefano.sabatini-lala at poste.it
Sat Apr 24 01:03:06 CEST 2010


On date Friday 2010-04-23 01:50:31 -0700, S.N. Hemanth Meenakshisundaram encoded:
> On 04/23/2010 01:09 AM, Víctor Paesa wrote:
> >On Fri, Apr 23, 2010 at 02:19, S.N. Hemanth Meenakshisundaram wrote:
[...]
> >>8. Using re-entrant localtime_r now.
> >Then vf_drawtext should be built only if localtime_r() is available.
> >I think you need to add that dependance into 'configure'.
[...]
> Since time conversion isn't a key function of drawtext, I guess
> localtime_r should be used when present and if not the time format
> parsing code should be compiled off.

I agree. But in this case the user should be warned, something of
the kind:

av_log(ctx, AV_LOG_WARNING, "strformat() expansion unavailable!");

> If that sounds right, I will add the required CC flags.

No need to add CC flags for this, check how it is done for example in
r22684.

Regards.


More information about the FFmpeg-soc mailing list