diff options
author | Martin Storsjö <martin@martin.st> | 2009-07-24 00:12:55 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-07-24 00:12:55 +0000 |
commit | abfc8d056ea99fe69b656dd21f7fdc1e32eaa41f (patch) | |
tree | 42edf749ea10e3a80f755b9a7994632c619efad2 /configure | |
parent | b6f3d925ca541d79fb458024514f0ec338e98d89 (diff) | |
download | ffmpeg-abfc8d056ea99fe69b656dd21f7fdc1e32eaa41f.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |