From: Geoffroy Couprie Date: Fri, 10 Oct 2008 09:35:55 +0000 (+0200) Subject: WinCE: get rid of program startup mess X-Git-Tag: 1.0.0-pre1~2516 X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=4c11c09425ddad30d60ac388930826e4f042289a WinCE: get rid of program startup mess --- diff --git a/configure.ac b/configure.ac index a8e6807cda..67ddd72493 100644 --- a/configure.ac +++ b/configure.ac @@ -327,8 +327,6 @@ case "${host_os}" in fi if test "${SYS}" = "mingwce"; then # add ws2 for closesocket, select, recv - VLC_ADD_CPPFLAGS([libvlc vlc],[-Dmain(a,b)=maince(a,b)]) - VLC_ADD_LDFLAGS([libvlc vlc],[-e WinMainCRTStartup]) VLC_ADD_LIBS([libvlc access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp sap http netsync audioscrobbler growl rtp stream_out_rtp remoteosd],[-lws2]) VLC_ADD_LIBS([libvlc],[-lmmtimer]) fi