[FFmpeg-cvslog] r19504 - trunk/configure
ramiro
subversion
Fri Jul 24 02:12:55 CEST 2009
Author: ramiro
Date: Fri Jul 24 02:12:55 2009
New Revision: 19504
Log:
Check for the isatty function.
Patch by Martin Storsjo <martin at martin dot st>
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Fri Jul 24 01:30:54 2009 (r19503)
+++ trunk/configure Fri Jul 24 02:12:55 2009 (r19504)
@@ -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
More information about the ffmpeg-cvslog
mailing list