[FFmpeg-cvslog] r23902 - trunk/configure
mru
subversion
Wed Jun 30 12:38:02 CEST 2010
Author: mru
Date: Wed Jun 30 12:38:01 2010
New Revision: 23902
Log:
Check for fcntl()
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Jun 30 12:18:48 2010 (r23901)
+++ trunk/configure Wed Jun 30 12:38:01 2010 (r23902)
@@ -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
More information about the ffmpeg-cvslog
mailing list