[vlc-devel] commit: Win32: RAOP needs Winsock ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Dec 21 14:57:27 CET 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Dec 21 15:57:18 2008 +0200| [fbe8301c819a7fd50ef396e1a6ecbb3fdc879745] | committer: Rémi Denis-Courmont 

Win32: RAOP needs Winsock

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

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

diff --git a/configure.ac b/configure.ac
index 5e32028..8645114 100644
--- a/configure.ac
+++ b/configure.ac
@@ -326,7 +326,7 @@ case "${host_os}" in
         VLC_ADD_LDFLAGS([vlc],[-mwindows])
         VLC_ADD_LIBS([activex mozilla],[-lgdi32])
         VLC_ADD_LIBS([cdda vcdx cddax sdl_image],[-lwinmm])
-        VLC_ADD_LIBS([access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp access_output_shout access_output_rtmp sap slp http stream_out_standard stream_out_rtp vod_rtsp access_realrtsp rtp telnet rc netsync gnutls growl_udp flac ts audioscrobbler lua remoteosd],[-lws2_32])
+        VLC_ADD_LIBS([access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp access_output_shout access_output_rtmp sap slp http stream_out_standard stream_out_rtp vod_rtsp access_realrtsp rtp telnet rc netsync gnutls growl_udp flac ts audioscrobbler lua remoteosd raop],[-lws2_32])
     fi
     if test "${SYS}" = "mingwce"; then
         # add ws2 for closesocket, select, recv




More information about the vlc-devel mailing list