Changeset 79b907220f97fe524be51b98a074f46b7b2ac3e6
- Timestamp:
- 24/07/07 21:14:57
(1 year ago)
- Author:
- Damien Fouilleul <damienf@videolan.org>
- git-committer:
- Damien Fouilleul <damienf@videolan.org> 1185304497 +0000
- git-parent:
[05f0d56b481c6366f843839f26b44dbf364dd3b8]
- git-author:
- Damien Fouilleul <damienf@videolan.org> 1185304497 +0000
- Message:
configure.ac: add link flags for win32
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8aa8878 |
r79b9072 |
|
| 245 | 245 | VLC_ADD_LDFLAGS([vlc activex mozilla],[-mwindows]) |
|---|
| 246 | 246 | VLC_ADD_LDFLAGS([cdda vcdx cddax],[-lwinmm]) |
|---|
| 247 | | 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]) |
|---|
| | 247 | VLC_ADD_LDFLAGS([access_http access_mms access_udp access_tcp access_ftp access_output_udp access_output_shout sap slp http stream_out_standard stream_out_rtp vod_rtsp access_realrtsp telnet rc netsync growl flac ts audioscrobbler],[-lws2_32]) |
|---|
| 248 | 248 | fi |
|---|
| 249 | 249 | if test "${SYS}" = "mingwce"; then |
|---|
| … | … | |
| 3526 | 3526 | else |
|---|
| 3527 | 3527 | AC_CHECK_HEADERS(FLAC/stream_decoder.h, [ |
|---|
| 3528 | | VLC_ADD_LDFLAGS([flac],[-lFLAC]) |
|---|
| | 3528 | VLC_ADD_LDFLAGS([flac],[-lFLAC -logg]) |
|---|
| 3529 | 3529 | ],[]) |
|---|
| 3530 | 3530 | fi |
|---|