[FFmpeg-devel] [PATCH] Windows user time usage in ffmpeg.c
    Diego Biurrun 
    diego
       
    Wed Jul 11 11:03:30 CEST 2007
    
    
  
On Tue, Jul 10, 2007 at 08:14:56PM -0300, Ramiro Polla wrote:
> 
> Attached patch adds proper process user time checking for Windows in 
> ffmpeg.c
> 
> No wonder Windows benchmarks were always innacurate... Now they're a bit 
> less innacurate =)
> 
> --- configure	(revis_o 9586)
> +++ configure	(c?pia de trabalho)
> @@ -668,6 +668,8 @@
>      fast_unaligned
>      fork
>      freetype2
> +    GetProcessTimes
> +    getrusage
>      imlib2
>      inet_aton
>      lrintf
> @@ -1612,6 +1614,9 @@
>      ldl=-ldl
>  fi
>  
> +check_func getrusage
> +check_func2 windows.h GetProcessTimes
> +
>  check_func fork
configure part looks ok.
Diego
    
    
More information about the ffmpeg-devel
mailing list