提交 124bed6f 编写于 作者: A Alex Beregszaszi

link to ws2_32.dll only if networking is enabled

Originally committed as revision 9028 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 809c767a
......@@ -1181,7 +1181,7 @@ EOF
SLIB_EXTRA_CMD="-lib /machine:i386 /def:\$(@:${SLIBSUF}=.def)"
SLIB_INSTALL_EXTRA_CMD="-install -m 644 \$(SLIBNAME_WITH_MAJOR:\$(SLIBSUF)=.lib) \"\$(shlibdir)/\$(SLIBNAME_WITH_MAJOR:\$(SLIBSUF)=.lib)\""
SHFLAGS="-shared -Wl,--output-def,\$(@:${SLIBSUF}=.def),--out-implib,lib\$(SLIBNAME:\$(SLIBSUF)=.dll.a) -Wl,--enable-runtime-pseudo-reloc"
add_extralibs -lws2_32
enabled network && add_extralibs -lws2_32
;;
cygwin*)
targetos=cygwin
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册