Commit ec22642d authored by ramiro's avatar ramiro

Let the dependency checker deal with winsock2's extralibs.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10593 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d8673d91
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment