Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-05-12 17:15:07 +0400
committerAnton Khirnov <anton@khirnov.net>2011-05-13 09:38:54 +0400
commit8fb566fdf839206584b1dec7da2eb9c9540108fa (patch)
tree76abf2186c33d0ace79d07a29f5c875af34981dd /configure
parent552a99957f7c6f6ed13795caee7ab7b9deb5d76e (diff)
ffmpeg: get rid of the 'q' key schizofrenia
SIGINT for quitting should be enough for everybody.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 126a6b551c..d527ed1974 100755
--- a/configure
+++ b/configure
@@ -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