summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2007-07-11 14:04:54 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2007-07-11 14:04:54 +0000
commite16e49ac90f6da9e019fdf23084cbb256d14bd9c (patch)
treee99aa9f1d6acff4b084c15706b9922bb987d8d77 /configure
parent6ffa87d3254dd8bdc31b50b378e1cf59c5dc13e5 (diff)
downloadffmpeg-streaming-e16e49ac90f6da9e019fdf23084cbb256d14bd9c.zip
ffmpeg-streaming-e16e49ac90f6da9e019fdf23084cbb256d14bd9c.tar.gz
Proper check for interactive support (termios and conio).
Originally committed as revision 9597 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index fd887b4..b7a3581 100755
--- a/configure
+++ b/configure
@@ -651,6 +651,7 @@ HAVE_LIST="
arpa_inet_h
byteswap_h
cmov
+ conio_h
dcbzl
dev_bktr_ioctl_bt848_h
dev_bktr_ioctl_meteor_h
@@ -681,6 +682,7 @@ HAVE_LIST="
soundcard_h
sys_poll_h
sys_soundcard_h
+ termios_h
threads
"
@@ -1510,6 +1512,9 @@ check_header byteswap.h
check_func mkstemp
+check_header termios.h
+check_header conio.h
+
check_header arpa/inet.h
check_func inet_aton
OpenPOWER on IntegriCloud