diff options
author | rogerdpack <rogerpack2005@gmail.com> | 2015-06-30 16:31:19 -0600 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-07-01 01:00:38 +0200 |
commit | 4ebb43f19c416e1601730ca9ae57749b1385c563 (patch) | |
tree | d5e600fa29160e55cb0deea9c0987d1fee5ce6e7 /configure | |
parent | bd0f14123fd8c7ff1c27b726d143f84c67f3a522 (diff) | |
download | ffmpeg-4ebb43f19c416e1601730ca9ae57749b1385c563.tar.gz |
ffmpeg: windows: respond to logoff and ctrl+break messages as well
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1787,6 +1787,7 @@ SYSTEM_FUNCS=" pthread_cancel sched_getaffinity SetConsoleTextAttribute + SetConsoleCtrlHandler setmode setrlimit Sleep @@ -4990,6 +4991,7 @@ check_func_headers windows.h GetSystemTimeAsFileTime check_func_headers windows.h MapViewOfFile check_func_headers windows.h PeekNamedPipe check_func_headers windows.h SetConsoleTextAttribute +check_func_headers windows.h SetConsoleCtrlHandler check_func_headers windows.h Sleep check_func_headers windows.h VirtualAlloc check_struct windows.h "CONDITION_VARIABLE" Ptr |