[FFmpeg-cvslog] r14498 - trunk/configure
diego
subversion
Fri Aug 1 20:27:59 CEST 2008
Author: diego
Date: Fri Aug 1 20:27:59 2008
New Revision: 14498
Log:
Only check for socklen_t if network support is enabled.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Fri Aug 1 20:27:59 2008
@@ -1754,12 +1754,11 @@ fi
texi2html -version > /dev/null 2>&1 && enable texi2html || disable texi2html
-check_type sys/socket.h socklen_t
-
##########################################
# Network check
if enabled network; then
+ check_type sys/socket.h socklen_t
# Prefer arpa/inet.h over winsock2
if check_header arpa/inet.h ; then
check_func closesocket
More information about the ffmpeg-cvslog
mailing list