[vlc-commits] commit: Try to fix WinCE build (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Tue Apr 13 16:31:06 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 13 16:28:33 2010 +0200| [f6ef554686cb8d012fd30a2e82867815207a3641] | committer: Jean-Baptiste Kempf
Try to fix WinCE build
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f6ef554686cb8d012fd30a2e82867815207a3641
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index e51943c..a1fe8bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -349,6 +349,7 @@ case "${host_os}" in
# 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],[-lmmtimer])
+ AC_CHECK_PROGS(U2D, [unix2dos todos], unix2dos)
fi
;;
*nto*)
More information about the vlc-commits
mailing list