Changeset 19ac4fcc2941e629dab5ee83c00686f1fb583e43

Show
Ignore:
Timestamp:
04/07/08 16:51:51 (3 months ago)
Author:
Sam Hocevar <sam@zoy.org>
git-committer:
Sam Hocevar <sam@zoy.org> 1207579911 +0200
git-parent:

[78a9d6fda9383039950edd1d4514de5668b9da93]

git-author:
Sam Hocevar <sam@zoy.org> 1206464902 +0100
Message:

Minor mingw32ce build fixes.

Added "mingw32ce" as a possible host_os name, and linked more plugins with
-lws2 (namely audioscrobbler, growl, rtp and stream_out_rtp).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    r7860203 r19ac4fc  
    276276 
    277277    case "${host_os}" in 
     278      *wince* | *mingwce* | *mingw32ce* | *pe*) 
     279        SYS=mingwce 
     280        ;; 
    278281      *mingw32*) 
    279282        SYS=mingw32 
     
    288291            SYS=mingw32, SYS=cygwin) 
    289292        ;; 
    290       *wince* | *mingwce* | *pe*) 
    291         SYS=mingwce 
    292         ;; 
    293293    esac 
    294294 
     
    305305        VLC_ADD_CPPFLAGS([libvlc vlc],[-Dmain(a,b)=maince(a,b)]) 
    306306        VLC_ADD_LDFLAGS([libvlc vlc],[-e WinMainCRTStartup]) 
    307         VLC_ADD_LIBS([libvlc access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp sap http netsync],[-lws2]) 
     307        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],[-lws2]) 
    308308        VLC_ADD_LIBS([libvlc],[-lmmtimer]) 
    309309   fi