diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-05-12 15:15:07 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-05-13 07:38:54 +0200 |
commit | 8fb566fdf839206584b1dec7da2eb9c9540108fa (patch) | |
tree | 76abf2186c33d0ace79d07a29f5c875af34981dd /configure | |
parent | 552a99957f7c6f6ed13795caee7ab7b9deb5d76e (diff) | |
download | ffmpeg-8fb566fdf839206584b1dec7da2eb9c9540108fa.tar.gz |
ffmpeg: get rid of the 'q' key schizofrenia
SIGINT for quitting should be enough for everybody.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1069,7 +1069,6 @@ HAVE_LIST=" inet_aton inline_asm isatty - kbhit ldbrx libdc1394_1 libdc1394_2 @@ -2792,7 +2791,6 @@ check_func ${malloc_prefix}posix_memalign && enable posix_memalign check_func setrlimit check_func strerror_r check_func strtok_r -check_func_headers conio.h kbhit check_func_headers io.h setmode check_func_headers lzo/lzo1x.h lzo1x_999_compress check_lib2 "windows.h psapi.h" GetProcessMemoryInfo -lpsapi |