[vlc-devel] commit: wince: fix build of ts module (Geoffroy Couprie	)
    git version control 
    git at videolan.org
       
    Fri Sep 18 16:56:06 CEST 2009
    
    
  
vlc | branch: 1.0-bugfix | Geoffroy Couprie <geal at videolan.org> | Thu Aug 13 18:12:35 2009 +0200| [2071fd19582363313085f2391fd708cf3beb36d6] | committer: Pierre Ynard 
wince: fix build of ts module
(cherry picked from commit 66fe8eaa2ec9d8b17bd68633a4ea722c764f0a35)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2071fd19582363313085f2391fd708cf3beb36d6
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2952037..34fc571 100644
--- a/configure.ac
+++ b/configure.ac
@@ -356,7 +356,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
     ;;
    
    
More information about the vlc-devel
mailing list