aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrogerdpack <rogerpack2005@gmail.com>2015-06-30 16:31:19 -0600
committerMichael Niedermayer <michaelni@gmx.at>2015-07-01 01:00:38 +0200
commit4ebb43f19c416e1601730ca9ae57749b1385c563 (patch)
treed5e600fa29160e55cb0deea9c0987d1fee5ce6e7 /configure
parentbd0f14123fd8c7ff1c27b726d143f84c67f3a522 (diff)
downloadffmpeg-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-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 89b56680c5..cc23991fb7 100755
--- a/configure
+++ b/configure
@@ -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