[vlc-commits] commit: WinCE: fix build (Pierre Ynard )
git at videolan.org
git at videolan.org
Thu Apr 29 01:40:53 CEST 2010
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Apr 29 01:38:19 2010 +0200| [69196d4b10c91bc39efe2b26121d5e64981036f2] | committer: Pierre Ynard
WinCE: fix build
Add now needed -lws2 to stream_out_standard
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=69196d4b10c91bc39efe2b26121d5e64981036f2
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8fdfb49..5ae04f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -347,7 +347,7 @@ case "${host_os}" in
fi
if test "${SYS}" = "mingwce"; then
# add ws2 for closesocket, select, recv
- VLC_ADD_LIBS([libvlccore access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp access_output_rtmp sap oldhttp netsync audioscrobbler growl rtp stream_out_rtp remoteosd ts oldtelnet audiobargraph_a netsync],[-lws2])
+ VLC_ADD_LIBS([libvlccore access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp access_output_rtmp sap oldhttp netsync audioscrobbler growl rtp stream_out_standard stream_out_rtp remoteosd ts oldtelnet audiobargraph_a netsync],[-lws2])
VLC_ADD_LIBS([libvlccore],[-lmmtimer])
AC_CHECK_PROGS(U2D, [unix2dos todos], unix2dos)
fi
More information about the vlc-commits
mailing list