]> git.sesse.net Git - vlc/commitdiff
Try to fix WinCE build
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 13 Apr 2010 14:28:33 +0000 (16:28 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 13 Apr 2010 14:28:33 +0000 (16:28 +0200)
configure.ac

index e51943c3eb409a6ac579b85d874dcc8eaf0d28b0..a1fe8bb470b80be92589f3324b03df7d257f438f 100644 (file)
@@ -349,6 +349,7 @@ case "${host_os}" in
         # 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 oldhttp netsync audioscrobbler growl rtp stream_out_rtp remoteosd ts oldtelnet audiobargraph_a netsync],[-lws2])
         VLC_ADD_LIBS([libvlccore],[-lmmtimer])
+        AC_CHECK_PROGS(U2D, [unix2dos todos], unix2dos)
    fi
     ;;
   *nto*)