[FFmpeg-devel] [PATCH] Windows user time usage in ffmpeg.c
    Ramiro Ribeiro Polla 
    ramiro
       
    Thu Jul 12 22:51:06 CEST 2007
    
    
  
Diego Biurrun wrote:
> 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.
>
>   
If there are no objections, I'll apply this tomorrow.
Ramiro Polla
    
    
More information about the ffmpeg-devel
mailing list