[vlc-devel] commit: WinCE: access_output_rtmp needs -lws2 (Pierre Ynard )

git version control git at videolan.org
Mon Jun 15 11:09:49 CEST 2009


vlc | branch: 1.0-bugfix | Pierre Ynard <linkfanel at yahoo.fr> | Mon Jun 15 11:06:16 2009 +0200| [6a98310aba3c0d721a0373dc6fa1c2fd8a166eaa] | committer: Pierre Ynard 

WinCE: access_output_rtmp needs -lws2

Add -lws2 for access_output_rtmp

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

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

diff --git a/configure.ac b/configure.ac
index 9524e03..09b67ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -355,7 +355,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 sap http netsync audioscrobbler growl rtp stream_out_rtp remoteosd],[-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],[-lws2])
         VLC_ADD_LIBS([libvlccore],[-lmmtimer])
    fi
     ;;




More information about the vlc-devel mailing list