[FFmpeg-cvslog] r21142 - trunk/configure

rbultje subversion
Mon Jan 11 18:01:56 CET 2010


Author: rbultje
Date: Mon Jan 11 18:01:56 2010
New Revision: 21142

Log:
Check for getaddrinfo(), patch by Martin Storsj? <$firstname()$firstname,st>.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Jan 11 17:41:03 2010	(r21141)
+++ trunk/configure	Mon Jan 11 18:01:56 2010	(r21142)
@@ -958,6 +958,7 @@ HAVE_LIST="
     fast_cmov
     fast_unaligned
     fork
+    getaddrinfo
     gethrtime
     GetProcessTimes
     getrusage
@@ -2314,6 +2315,7 @@ fi
 check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; }
 
 check_func  fork
+check_func  getaddrinfo $network_extralibs
 check_func  gethrtime
 check_func  getrusage
 check_func  inet_aton $network_extralibs



More information about the ffmpeg-cvslog mailing list