[vlc-devel] commit: wince: fix build of ts module (Geoffroy Couprie )

git version control git at videolan.org
Thu Aug 13 18:15:23 CEST 2009


vlc | branch: master | Geoffroy Couprie <geal at videolan.org> | Thu Aug 13 18:12:35 2009 +0200| [66fe8eaa2ec9d8b17bd68633a4ea722c764f0a35] | committer: Geoffroy Couprie 

wince: fix build of ts module

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=66fe8eaa2ec9d8b17bd68633a4ea722c764f0a35
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8ec1ecf..9218d7f 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
     ;;




More information about the vlc-devel mailing list