]> git.sesse.net Git - vlc/commitdiff
WinCE: access_output_rtmp needs -lws2
authorPierre Ynard <linkfanel@yahoo.fr>
Mon, 15 Jun 2009 09:06:16 +0000 (11:06 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Mon, 15 Jun 2009 09:06:16 +0000 (11:06 +0200)
Add -lws2 for access_output_rtmp

configure.ac

index dce9111792017ea2df72d82d06e768d7e44d1083..6141a9893ebaf6ebc29b30ba3a4efaed6ce9cfb2 100644 (file)
@@ -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
     ;;