diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-09-04 00:24:06 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-04 02:14:39 +0200 |
commit | ca4d71b149ebe32aeaf617ffccf362624b9aafb1 (patch) | |
tree | af459b3531d0a7eba20996e8fef913ae7f5d02b5 /configure | |
parent | 31dfc4959816aa4637e50c7f79660c75205ef84c (diff) | |
download | ffmpeg-ca4d71b149ebe32aeaf617ffccf362624b9aafb1.tar.gz |
ffmpeg: fix reading from stdin on windows
Based on code by Rolf Siegrist
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |