[vlc-devel] commit: WinCE: get rid of program startup mess (Geoffroy Couprie )

git version control git at videolan.org
Tue Oct 14 10:14:05 CEST 2008


vlc | branch: master | Geoffroy Couprie <geo.couprie at gmail.com> | Fri Oct 10 11:35:55 2008 +0200| [4c11c09425ddad30d60ac388930826e4f042289a] | committer: Geoffroy Couprie 

WinCE: get rid of program startup mess

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

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

diff --git a/configure.ac b/configure.ac
index a8e6807..67ddd72 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




More information about the vlc-devel mailing list