aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDaniel Verkamp <daniel@drv.nu>2012-01-01 23:54:40 +0000
committerJanne Grunau <janne-libav@jannau.net>2012-01-03 14:25:57 +0100
commit02e8f4272c99f745eb201622c07b0613a8cd22ae (patch)
treee3e57f242501a0e6f6716fac1706c8ff882a3976 /configure
parentb73ec0547317fec56a72cda068180f71e12e8f20 (diff)
downloadandroid_external_ffmpeg-02e8f4272c99f745eb201622c07b0613a8cd22ae.tar.gz
android_external_ffmpeg-02e8f4272c99f745eb201622c07b0613a8cd22ae.tar.bz2
android_external_ffmpeg-02e8f4272c99f745eb201622c07b0613a8cd22ae.zip
win32: detect number of CPUs using affinity
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b7f0acdc0a..481f0eacaf 100755
--- a/configure
+++ b/configure
@@ -1084,9 +1084,9 @@ HAVE_LIST="
fork
getaddrinfo
gethrtime
+ GetProcessAffinityMask
GetProcessMemoryInfo
GetProcessTimes
- GetSystemInfo
getrusage
gnu_as
ibm_asm
@@ -2864,8 +2864,8 @@ 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
+check_func_headers windows.h GetProcessAffinityMask
check_func_headers windows.h GetProcessTimes
-check_func_headers windows.h GetSystemInfo
check_func_headers windows.h MapViewOfFile
check_func_headers windows.h VirtualAlloc