From 7e6a11bcf71777ea54a32916411bcebed0e90842 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 30 Nov 2012 16:56:57 +0200 Subject: avutil: Use a configure check to enable windows console functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not all versions or API subsets of windows have these functions. Signed-off-by: Martin Storsjö --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 5e1be338b3..38f49e082c 100755 --- a/configure +++ b/configure @@ -1242,6 +1242,7 @@ HAVE_LIST=" sched_getaffinity sdl sdl_video_size + SetConsoleTextAttribute setmode setrlimit Sleep @@ -3305,6 +3306,7 @@ check_func_headers windows.h GetProcessAffinityMask check_func_headers windows.h GetProcessTimes check_func_headers windows.h GetSystemTimeAsFileTime check_func_headers windows.h MapViewOfFile +check_func_headers windows.h SetConsoleTextAttribute check_func_headers windows.h Sleep check_func_headers windows.h VirtualAlloc -- cgit v1.2.3