From 66fe8eaa2ec9d8b17bd68633a4ea722c764f0a35 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Thu, 13 Aug 2009 18:12:35 +0200 Subject: [PATCH] wince: fix build of ts module --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8ec1ecf0bd..9218d7fe77 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ;; -- 2.39.2