[FFmpeg-cvslog] r10593 - trunk/configure

ramiro subversion
Wed Sep 26 18:57:19 CEST 2007


Author: ramiro
Date: Wed Sep 26 18:57:19 2007
New Revision: 10593

Log:
Let the dependency checker deal with winsock2's extralibs.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Sep 26 18:57:19 2007
@@ -1637,7 +1637,7 @@ if enabled network; then
     if check_header arpa/inet.h ; then
         check_func closesocket
     elif check_header winsock2.h ; then
-        add_extralibs -lws2_32
+        network_extralibs="-lws2_32"
         check_func2 winsock2.h closesocket
     fi
 fi




More information about the ffmpeg-cvslog mailing list