]> git.sesse.net Git - vlc/commitdiff
wince: fix build of ts module
authorGeoffroy Couprie <geal@videolan.org>
Thu, 13 Aug 2009 16:12:35 +0000 (18:12 +0200)
committerGeoffroy Couprie <geal@videolan.org>
Thu, 13 Aug 2009 16:12:35 +0000 (18:12 +0200)
configure.ac

index 8ec1ecf0bdb40ae85c4c3bf9f97ff5e047283d2b..9218d7fe777daf4a285004005530ec22add59d8e 100644 (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
     ;;