[SCM] libav/experimental: configure: Move inet_aton check into network function check block

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:01:27 UTC 2014


The following commit has been merged in the experimental branch:
commit 6adf4290ebcf65ac8243d74f34ba0a508f561633
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sat Nov 2 17:21:50 2013 +0100

    configure: Move inet_aton check into network function check block

diff --git a/configure b/configure
index 07fa54d..ee467f4 100755
--- a/configure
+++ b/configure
@@ -3791,6 +3791,7 @@ if ! disabled network; then
     check_type netinet/sctp.h "struct sctp_event_subscribe"
     check_func getaddrinfo $network_extralibs
     check_func getservbyport $network_extralibs
+    check_func inet_aton $network_extralibs
     # Prefer arpa/inet.h over winsock2
     if check_header arpa/inet.h ; then
         check_func closesocket
@@ -3825,7 +3826,6 @@ check_func  getopt
 check_func  getrusage
 check_struct "sys/time.h sys/resource.h" "struct rusage" ru_maxrss
 check_func  gettimeofday
-check_func  inet_aton $network_extralibs
 check_func  isatty
 check_func  localtime_r
 check_func  ${malloc_prefix}memalign            && enable memalign

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list