Changeset 0c2888cc45bbb73f286eb8903b2657060c7e515e
- Timestamp:
- 04/23/07 18:29:08
(1 year ago)
- Author:
- Damien Fouilleul <damienf@videolan.org>
- git-committer:
- Damien Fouilleul <damienf@videolan.org> 1177345748 +0000
- git-parent:
[1aad6e6effc6e2cde0b18cfb98a3a328804749db]
- git-author:
- Damien Fouilleul <damienf@videolan.org> 1177345748 +0000
- Message:
- vlc.exe: removed DOS console when starting up
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb4ac748 |
r0c2888c |
|
| 200 | 200 | # add ws2_32 for closesocket, select, recv |
|---|
| 201 | 201 | CPPFLAGS_save="${CPPFLAGS_save} -D_OFF_T_ -D_off_t=long"; CPPFLAGS="${CPPFLAGS_save}" |
|---|
| 202 | | VLC_ADD_LDFLAGS([libvlc],[-lws2_32 -lnetapi32 -lwinmm -mwindows]) |
|---|
| | 202 | VLC_ADD_LDFLAGS([libvlc],[-lws2_32 -lnetapi32 -lwinmm]) |
|---|
| | 203 | VLC_ADD_LDFLAGS([vlc activex mozilla],[-mwindows]) |
|---|
| 203 | 204 | VLC_ADD_LDFLAGS([cdda vcdx cddax],[-lwinmm]) |
|---|
| 204 | 205 | VLC_ADD_LDFLAGS([access_http access_mms access_udp access_tcp access_ftp access_output_udp sap slp http stream_out_standard stream_out_rtp vod_rtsp access_realrtsp telnet rc netsync growl flac ts audioscrobbler],[-lws2_32]) |
|---|