diff options
author | Janne Grunau <janne-libav@jannau.net> | 2011-12-22 21:10:07 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2011-12-22 21:50:07 +0100 |
commit | b9e2226972737ab202ac1f5a6e005af80072bb39 (patch) | |
tree | 128a072463ccf929240b46f820b9d7416c5e432b /configure | |
parent | ad29ecbff0aa41adc535c118cbd956b93dab7289 (diff) | |
download | ffmpeg-b9e2226972737ab202ac1f5a6e005af80072bb39.tar.gz |
bsd: use number of logical CPUs as automatic thread count
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1138,6 +1138,7 @@ HAVE_LIST=" symver symver_asm_label symver_gnu_asm + sysctl sys_mman_h sys_resource_h sys_select_h @@ -2856,6 +2857,7 @@ check_func strerror_r check_func strptime check_func strtok_r check_func sched_getaffinity +check_func sysctl check_func_headers io.h setmode check_func_headers lzo/lzo1x.h lzo1x_999_compress check_lib2 "windows.h psapi.h" GetProcessMemoryInfo -lpsapi |