diff options
author | Janne Grunau <janne-libav@jannau.net> | 2011-12-21 01:26:19 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2011-12-22 21:50:07 +0100 |
commit | ad29ecbff0aa41adc535c118cbd956b93dab7289 (patch) | |
tree | 56d06ae15e051a94b9ec9dcadcafc9362cfe453d /configure | |
parent | ea4d5f48373ab856e01a3cf05426db6e823e01d1 (diff) | |
download | ffmpeg-ad29ecbff0aa41adc535c118cbd956b93dab7289.tar.gz |
windows: use number of CPUs as automatic thread count
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1086,6 +1086,7 @@ HAVE_LIST=" gethrtime GetProcessMemoryInfo GetProcessTimes + GetSystemInfo getrusage gnu_as ibm_asm @@ -2859,6 +2860,7 @@ check_func_headers io.h setmode check_func_headers lzo/lzo1x.h lzo1x_999_compress check_lib2 "windows.h psapi.h" GetProcessMemoryInfo -lpsapi check_func_headers windows.h GetProcessTimes +check_func_headers windows.h GetSystemInfo check_func_headers windows.h MapViewOfFile check_func_headers windows.h VirtualAlloc |