[vlc-devel] commit: WinCE: fix build of telnet interface (Pierre Ynard )
git version control
git at videolan.org
Fri Oct 2 10:56:21 CEST 2009
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Fri Oct 2 10:54:33 2009 +0200| [aa44644ce5bda607663efff0d70995e140a0e615] | committer: Pierre Ynard
WinCE: fix build of telnet interface
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aa44644ce5bda607663efff0d70995e140a0e615
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 23f55d2..b18cf5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -367,7 +367,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 http netsync audioscrobbler growl rtp stream_out_rtp remoteosd ts],[-lws2])
+ VLC_ADD_LIBS([libvlccore access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp access_output_rtmp sap http netsync audioscrobbler growl rtp stream_out_rtp remoteosd ts telnet],[-lws2])
VLC_ADD_LIBS([libvlccore],[-lmmtimer])
fi
;;
More information about the vlc-devel
mailing list