[FFmpeg-soc] libavfilter audio work - qualification task

S.N. Hemanth Meenakshisundaram smeenaks at ucsd.edu
Fri Apr 23 10:50:31 CEST 2010


On 04/23/2010 01:09 AM, Víctor Paesa wrote:
> Hi,
>
> On Fri, Apr 23, 2010 at 02:19, S.N. Hemanth Meenakshisundaram wrote:
>    
>> On 04/21/2010 03:35 PM, Stefano Sabatini wrote:
>>
>> Hi,
>>
>> Attached is the vf_drawtext.c and changes to libavfilter.texi (both are
>> patches against libavfilter soc like you asked for)
>>
>> Following is the list of changes :
>>      
> [...]
>
>    
>> 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'.
>
>
> Regards,
> Víctor
> _______________________________________________
>    
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. If that sounds right, I will add 
the required CC flags.

Regards,
Hemanth


More information about the FFmpeg-soc mailing list