[FFmpeg-devel] [PATCH] Properly check for sys/resource.h
Dave Yeo
daveryeo
Wed May 7 17:03:08 CEST 2008
On 05/07/08 01:38 am, Diego Biurrun wrote:
> On Wed, May 07, 2008 at 09:32:19AM +0100, Ramiro Polla wrote:
>> $subj
>>
>> --- ffmpeg.c (revision 13058)
>> +++ ffmpeg.c (working copy)
>> @@ -36,7 +36,9 @@
>>
>> -#if !defined(HAVE_GETRUSAGE) && defined(HAVE_GETPROCESSTIMES)
>> +#ifdef HAVE_SYS_RESOURCE_H
>
> Has the check for getrusage become redundant now?
>
> Diego
OS/2 still needs it. It is defined in sys/resource.h but not implemented
yet.
Dave
More information about the ffmpeg-devel
mailing list