From ca4d71b149ebe32aeaf617ffccf362624b9aafb1 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 4 Sep 2011 00:24:06 +0200 Subject: ffmpeg: fix reading from stdin on windows Based on code by Rolf Siegrist Signed-off-by: Michael Niedermayer --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 0752d73302..10269db2f0 100755 --- a/configure +++ b/configure @@ -1101,6 +1101,7 @@ HAVE_LIST=" memalign mkstemp mmap + PeekNamedPipe posix_memalign round roundf @@ -2842,6 +2843,7 @@ check_func strerror_r check_func strptime check_func strtok_r check_func_headers conio.h kbhit +check_func_headers windows.h PeekNamedPipe check_func_headers io.h setmode check_func_headers lzo/lzo1x.h lzo1x_999_compress check_lib2 "windows.h psapi.h" GetProcessMemoryInfo -lpsapi -- cgit v1.2.3