diff options
author | Martin Storsjö <martin@martin.st> | 2012-10-11 14:30:23 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-10-11 18:49:34 +0300 |
commit | 1093383d6cf7112d54b849e29c739e957d157b25 (patch) | |
tree | 9a96c38da6489a1978af4216822f84d4fc1fcd43 /configure | |
parent | 26b3fde6a78f711ba510573eacbc92671a923b2d (diff) | |
download | ffmpeg-1093383d6cf7112d54b849e29c739e957d157b25.tar.gz |
random_seed: Support using CryptGenRandom on windows
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1139,6 +1139,7 @@ HAVE_LIST=" closesocket cmov cpunop + CryptGenRandom dcbzl dev_bktr_ioctl_bt848_h dev_bktr_ioctl_meteor_h @@ -3202,6 +3203,7 @@ check_func sysctl check_func usleep check_func_headers io.h setmode check_lib2 "windows.h shellapi.h" CommandLineToArgvW -lshell32 +check_lib2 "windows.h wincrypt.h" CryptGenRandom -ladvapi32 check_lib2 "windows.h psapi.h" GetProcessMemoryInfo -lpsapi check_func_headers windows.h GetProcessAffinityMask check_func_headers windows.h GetProcessTimes |