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

git version control git at videolan.org
Mon Jun 15 11:08:06 CEST 2009


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Jun 15 11:06:16 2009 +0200| [ee0632ad2037a45fe28c2afb285e96ace2fd66ba] | 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=ee0632ad2037a45fe28c2afb285e96ace2fd66ba
---

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

diff --git a/configure.ac b/configure.ac
index dce9111..6141a98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -357,7 +357,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