Changeset 7566f5fbb1acb8435eb6b1d0b1fce63bfb8d77d5
- Timestamp:
- 02/15/05 23:10:26
(4 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1108505426 +0000
- git-parent:
[1c4a36a8d87f042a52c64ea81023fea32500fd0e]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1108505426 +0000
- Message:
* configure.ac, src/vlc.c: WinCE build fixes.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r55a23c4 |
r7566f5f |
|
| 163 | 163 | # add ws2 for closesocket, select, recv |
|---|
| 164 | 164 | CPPFLAGS_save="${CPPFLAGS_save} -D_OFF_T_ -D_off_t=long"; CPPFLAGS="${CPPFLAGS_save}" |
|---|
| | 165 | VLC_ADD_CPPFLAGS([vlc],[-Dmain=maince]) |
|---|
| 165 | 166 | VLC_ADD_LDFLAGS([vlc],[-lws2 -e WinMainCRTStartup]) |
|---|
| 166 | 167 | VLC_ADD_LDFLAGS([ipv4 ipv6 access_http access_mms access_udp access_tcp access_ftp access_output_udp sap http netsync],[-lws2]) |
|---|
| r84d44cb |
r7566f5f |
|
| 158 | 158 | |
|---|
| 159 | 159 | #if defined(UNDER_CE) |
|---|
| 160 | | #include "vlc_common.h" |
|---|
| | 160 | # if defined( _MSC_VER ) && defined( UNDER_CE ) |
|---|
| | 161 | # include "vlc_common.h" |
|---|
| | 162 | # endif |
|---|
| 161 | 163 | /***************************************************************************** |
|---|
| 162 | 164 | * WinMain: parse command line, start interface and spawn threads. (WinCE only) |
|---|