[FFmpeg-devel] [PATCH] Properly check for sys/resource.h

Diego Biurrun diego
Wed May 7 10:38:45 CEST 2008


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




More information about the ffmpeg-devel mailing list