diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2009-01-11 22:05:43 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-01-11 22:05:43 +0000 |
commit | b507ebd1792da5e44088ddcab315b41cc500695b (patch) | |
tree | 820172589e4d3560fffc4a7405a25d644e1f4d9e /configure | |
parent | 5b6c2cbdc8bc2cf17f08bd23e564ea1a8ae96f56 (diff) | |
download | ffmpeg-b507ebd1792da5e44088ddcab315b41cc500695b.tar.gz |
Use setmode() if it exists in <io.h>, and not based on O_BINARY.
Originally committed as revision 16553 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -875,6 +875,7 @@ HAVE_LIST=" roundf sdl sdl_video_size + setmode socklen_t soundcard_h poll_h @@ -1823,6 +1824,7 @@ check_func inet_aton $network_extralibs check_func memalign check_func mkstemp check_func posix_memalign +check_func_headers io.h setmode check_func_headers windows.h GetProcessTimes check_header conio.h |