Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
7566f5fb
Commit
7566f5fb
authored
Feb 15, 2005
by
gbazin
Browse files
* configure.ac, src/vlc.c: WinCE build fixes.
parent
1c4a36a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
7566f5fb
...
...
@@ -162,6 +162,7 @@ case "${target_os}" in
if test "${SYS}" = "mingwce"; then
# add ws2 for closesocket, select, recv
CPPFLAGS_save="${CPPFLAGS_save} -D_OFF_T_ -D_off_t=long"; CPPFLAGS="${CPPFLAGS_save}"
VLC_ADD_CPPFLAGS([vlc],[-Dmain=maince])
VLC_ADD_LDFLAGS([vlc],[-lws2 -e WinMainCRTStartup])
VLC_ADD_LDFLAGS([ipv4 ipv6 access_http access_mms access_udp access_tcp access_ftp access_output_udp sap http netsync],[-lws2])
fi
...
...
src/vlc.c
View file @
7566f5fb
...
...
@@ -157,7 +157,9 @@ static void SigHandler( int i_signal )
#endif
#if defined(UNDER_CE)
#include "vlc_common.h"
# if defined( _MSC_VER ) && defined( UNDER_CE )
# include "vlc_common.h"
# endif
/*****************************************************************************
* WinMain: parse command line, start interface and spawn threads. (WinCE only)
*****************************************************************************/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment