Changeset 6034bfdd060d5ae55a095fa15a240fd3dc043be2

Show
Ignore:
Timestamp:
20/11/05 21:49:25 (3 years ago)
Author:
Gildas Bazin <gbazin@videolan.org>
git-committer:
Gildas Bazin <gbazin@videolan.org> 1132519765 +0000
git-parent:

[bbeaf00a45f6e6a917350fecf5a6ef0278cf2f1e]

git-author:
Gildas Bazin <gbazin@videolan.org> 1132519765 +0000
Message:

* extras/contrib/bootstrap, extras/contrib/src/Makefile: start of wince gcc cross-compiler support.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/bootstrap

    r086b882 r6034bfd  
    114114            echo "PKG_CONFIG_PATH = \$(PREFIX)/lib/pkgconfig" >> config.mak 
    115115        ;; 
     116    arm-wince-pe) 
     117            echo "HAVE_WINCE = 1" >> config.mak 
     118            echo "PKG_CONFIG_PATH = \$(PREFIX)/lib/pkgconfig" >> config.mak 
     119        ;; 
    116120    *) 
    117121        ;; 
  • extras/contrib/src/Makefile

    rbbeaf00 r6034bfd  
    1010#          Felix K�fkuehne@users.sourceforge.net> 
    1111#          Christophe Mutricy <xtophe@nxtelevision.com> 
     12#          Gildas Bazin <gbazin at videolan dot org> 
    1213# 
    1314# This program is free software; you can redistribute it and/or modify 
     
    103104else 
    104105 
    105  ifeq ($(HOST),i586-pc-beos) 
     106 ifdef HAVE_BEOS 
    106107  ifeq ($(HOST),$(BUILD)) 
    107108# Native build: we need perl, autoconf, etc first 
     
    119120  endif 
    120121 else 
     122 
    121123  ifdef HAVE_WIN32 
    122124 
     
    129131    .dx_headers .dshow_headers .aclocal .gecko-win32 
    130132#   .SDL_image  .daap .cddb .cdio .vcdimager .dts .portaudio 
     133  else 
     134 
     135   ifdef HAVE_WINCE 
     136 
     137   all: .a52 .mpeg2 .ffmpeg .dvbpsi 
    131138   else 
     139 
    132140# Standard Linux or other UNIX-like systems 
    133141   all: .iconv .intl .freetype .fribidi .zlib\ 
     
    139147    .aclocal  
    140148#   .SDL_image  .daap .cddb .cdio .vcdimager  
     149   endif 
    141150  endif 
    142   endif 
     151 endif 
    143152endif 
    144153 
     
    888897    $(INSTALL_NAME) 
    889898    touch $@ 
    890      
    891899 
    892900CLEAN_FILE += .dvdread