[vlc-devel] commit: WinCE: fix build of telnet interface (Pierre Ynard )

git version control git at videolan.org
Fri Oct 2 11:00:17 CEST 2009


vlc | branch: 1.0-bugfix | Pierre Ynard <linkfanel at yahoo.fr> | Fri Oct  2 10:54:33 2009 +0200| [68e8883e1196d84e7679986ecce004f6c17cf03f] | committer: Pierre Ynard 

WinCE: fix build of telnet interface
(cherry picked from commit aa44644ce5bda607663efff0d70995e140a0e615)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=68e8883e1196d84e7679986ecce004f6c17cf03f
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 219b15d..20648af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -356,7 +356,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