mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-04 23:31:01 +00:00
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
This commit is contained in:
parent
b6f3d925ca
commit
abfc8d056e
2
configure
vendored
2
configure
vendored
@ -925,6 +925,7 @@ HAVE_LIST="
|
|||||||
getrusage
|
getrusage
|
||||||
inet_aton
|
inet_aton
|
||||||
inline_asm
|
inline_asm
|
||||||
|
isatty
|
||||||
ldbrx
|
ldbrx
|
||||||
libdc1394_1
|
libdc1394_1
|
||||||
libdc1394_2
|
libdc1394_2
|
||||||
@ -2118,6 +2119,7 @@ check_func fork
|
|||||||
check_func gethrtime
|
check_func gethrtime
|
||||||
check_func getrusage
|
check_func getrusage
|
||||||
check_func inet_aton $network_extralibs
|
check_func inet_aton $network_extralibs
|
||||||
|
check_func isatty
|
||||||
check_func memalign
|
check_func memalign
|
||||||
check_func mkstemp
|
check_func mkstemp
|
||||||
check_func posix_memalign
|
check_func posix_memalign
|
||||||
|
Loading…
Reference in New Issue
Block a user