diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-07-13 16:11:36 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-07-13 16:11:36 +0000 |
commit | 7495c3066d7b67bbc74b1d5565684ff48e430099 (patch) | |
tree | 041793f25337aae16a21e37157ae8bc50efcd1c8 /configure | |
parent | 7829950cf26af4605f2acff0f076f4c8866f6e57 (diff) | |
download | ffmpeg-7495c3066d7b67bbc74b1d5565684ff48e430099.tar.gz |
Check for GetProcessTimes and use it in getutime
Originally committed as revision 9629 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -667,6 +667,7 @@ HAVE_LIST=" fast_unaligned fork freetype2 + GetProcessTimes getrusage imlib2 inet_aton @@ -1598,6 +1599,7 @@ elif check_func dlopen -ldl; then fi check_func getrusage +check_func2 windows.h GetProcessTimes check_func fork |