diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-09-26 16:57:19 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-09-26 16:57:19 +0000 |
commit | ea10ddde965c1cd773d14a0227fd659133ff8db2 (patch) | |
tree | 54bee1c187cb8c6b70f60a26570fcae4e670da46 | |
parent | 2ddcf84bb713f5ae2ff0f89fa361294253a822a1 (diff) | |
download | ffmpeg-ea10ddde965c1cd773d14a0227fd659133ff8db2.tar.gz |
Let the dependency checker deal with winsock2's extralibs.
Originally committed as revision 10593 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |