diff options
author | Panagiotis H.M. Issaris <takis@issaris.org> | 2011-03-10 16:07:52 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-03-20 21:13:26 +0000 |
commit | cb48e245e6e770f146220fac0a8bd4dc1a5e006c (patch) | |
tree | ad4c6e8f7c4331a6ab1f894f32b7713653a4c3aa /configure | |
parent | e87a6f0dc99c2266e68ef66afaf83462d353964c (diff) | |
download | ffmpeg-cb48e245e6e770f146220fac0a8bd4dc1a5e006c.tar.gz |
Do no modify terminal parameters using termios.h
Remove usage of tcgetattr and tcsetattr to modify terminal
parameters, and rely on ctrl-c to stop instead of pressing 'q'.
On systems with conio.h, keep the old behavior.
Changing the terminal settings causes problems if multiple instances
are running asynchronously on the same terminal, such as during a
parallel FATE run, or if the process crashes before restoring the
terminal. In both cases, the terminal state is messed up requiring
a manual reset.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1114,7 +1114,6 @@ HAVE_LIST=" sys_soundcard_h sys_videoio_h ten_operands - termios_h threads truncf vfp_args @@ -2791,7 +2790,6 @@ check_header poll.h check_header sys/mman.h check_header sys/resource.h check_header sys/select.h -check_header termios.h check_header vdpau/vdpau.h check_header vdpau/vdpau_x11.h check_header X11/extensions/XvMClib.h |