diff options
author | Måns Rullgård <mans@mansr.com> | 2010-06-30 10:38:01 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-06-30 10:38:01 +0000 |
commit | 534a2231f69638c3fdd998853ba4158ed79322a8 (patch) | |
tree | eeea34f90ef0604bc32ab7b158e04bd59f604ba0 | |
parent | 0f28638b960d854282080431f26d2532b1bbe626 (diff) | |
download | ffmpeg-534a2231f69638c3fdd998853ba4158ed79322a8.tar.gz |
Check for fcntl()
Originally committed as revision 23902 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -981,6 +981,7 @@ HAVE_LIST=" fast_clz fast_cmov fast_unaligned + fcntl fork getaddrinfo gethrtime @@ -2432,6 +2433,7 @@ fi # Solaris has nanosleep in -lrt, OpenSolaris no longer needs that check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; } +check_func fcntl check_func fork check_func getaddrinfo $network_extralibs check_func gethrtime |