diff options
author | James Almer <jamrial@gmail.com> | 2014-10-09 13:13:05 -0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-10-10 11:27:26 +0300 |
commit | 73ea3ffcd55b0b1d23ba4769d65996a8d58ffa11 (patch) | |
tree | 6c6e59514c5bb7a9da14a4cfd59b2ec6f9117166 /configure | |
parent | 2bc220958c7570020d87ee353db65460b518998a (diff) | |
download | ffmpeg-73ea3ffcd55b0b1d23ba4769d65996a8d58ffa11.tar.gz |
w32pthreads: use the CONDITION_VARIABLE typedef if available
This silences warnings about passing arguments from incompatible pointer type
when targeting Windows Vista or newer.
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1498,6 +1498,7 @@ TOOLCHAIN_FEATURES=" " TYPES_LIST=" + CONDITION_VARIABLE_Ptr socklen_t struct_addrinfo struct_group_source_req @@ -4088,6 +4089,7 @@ check_func_headers windows.h MapViewOfFile check_func_headers windows.h SetConsoleTextAttribute check_func_headers windows.h Sleep check_func_headers windows.h VirtualAlloc +check_struct windows.h "CONDITION_VARIABLE" Ptr check_header direct.h check_header dlfcn.h |