Changeset f1254d96794e5de004978a47f8ff0668f598847b

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

[7f7eeb177a8c3ea9987a9b8d73c3188dadaabc2f]

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

* extras/contrib/src/Makefile, extras/contrib/src/Patches/zlib.patch: added zlib to the wince contrib.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Makefile

    rc9d8217 rf1254d9  
    142142   ifdef HAVE_WINCE 
    143143 
    144    all: .dvbpsi .ffmpeg 
     144   all: .dvbpsi .zlib .ffmpeg 
    145145   else 
    146146 
    147147# Standard Linux or other UNIX-like systems 
    148    all: .iconv .intl .freetype .fribidi .zlib
     148   all: .iconv .intl .freetype .fribidi .zlib
    149149    .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora \ 
    150150    .FLAC .speex .faad .faac .lame .ebml .dts .matroska .ffmpeg .dvdcss \ 
     
    833833 
    834834ifdef HAVE_WINCE 
    835 .ffmpeg: ffmpeg 
     835.ffmpeg: ffmpeg .zlib 
    836836else 
    837837.ffmpeg: ffmpeg .faac .lame 
     
    12441244zlib: zlib-$(ZLIB_VERSION).tar.gz 
    12451245    $(EXTRACT_GZ) 
     1246    patch -p 0 < Patches/zlib.patch 
    12461247 
    12471248.zlib: zlib 
    1248     (cd zlib; $(HOSTCC2) ./configure  --prefix=$(PREFIX) && make && make  install) 
     1249    (cd zlib; $(HOSTCC2) ./configure  --prefix=$(PREFIX) && make install) 
    12491250    $(INSTALL_NAME) 
    12501251    touch $@