]> git.sesse.net Git - vlc/commitdiff
WinCE: fix build
authorPierre Ynard <linkfanel@yahoo.fr>
Wed, 28 Apr 2010 23:38:19 +0000 (01:38 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Wed, 28 Apr 2010 23:38:19 +0000 (01:38 +0200)
Add now needed -lws2 to stream_out_standard

configure.ac

index 8fdfb49c865103a13cf2412955807dfc71d32910..5ae04f7dd0e15640129fd1f3edbb33ae81be06b3 100644 (file)
@@ -347,7 +347,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 oldhttp netsync audioscrobbler growl rtp stream_out_rtp remoteosd ts oldtelnet audiobargraph_a netsync],[-lws2])
+        VLC_ADD_LIBS([libvlccore access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp access_output_rtmp sap oldhttp netsync audioscrobbler growl rtp stream_out_standard stream_out_rtp remoteosd ts oldtelnet audiobargraph_a netsync],[-lws2])
         VLC_ADD_LIBS([libvlccore],[-lmmtimer])
         AC_CHECK_PROGS(U2D, [unix2dos todos], unix2dos)
    fi