wince: fix build of ts module

This commit is contained in:
Geoffroy Couprie 2009-08-13 18:12:35 +02:00
parent 09310519c4
commit 66fe8eaa2e
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,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 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 ts],[-lws2])
VLC_ADD_LIBS([libvlccore],[-lmmtimer])
fi
;;