Browse Source

Check for the isatty function.

Patch by Martin Storsjö <martin at martin dot st>

Originally committed as revision 19504 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Martin Storsjö Ramiro Polla 16 years ago
parent
commit
abfc8d056e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      configure

+ 2
- 0
configure View File

@@ -925,6 +925,7 @@ HAVE_LIST="
getrusage
inet_aton
inline_asm
isatty
ldbrx
libdc1394_1
libdc1394_2
@@ -2118,6 +2119,7 @@ check_func fork
check_func gethrtime
check_func getrusage
check_func inet_aton $network_extralibs
check_func isatty
check_func memalign
check_func mkstemp
check_func posix_memalign


Loading…
Cancel
Save