Changeset 32f9d615e87bdcfb5811d6d7f7a2d969aa8f64f7

Show
Ignore:
Timestamp:
01/11/05 12:39:49 (3 years ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1130845189 +0000
git-parent:

[0a5027d1cdcff19dbb5e8f8fc9e325fa47ed091b]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1130845189 +0000
Message:

Don't put .zlib as requirement as it can came from the system

Files:

Legend:

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

    r0a5027d r32f9d61  
    138138   all: .iconv .intl .freetype .fribidi .zlib\ 
    139139    .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora \ 
    140     .FLAC .speex .faad .faac .lame .ebml .dts .matroska .ffmpeg .dvdcss \ 
     140    .FLAC .speex .faad .faac .lame .ebml .matroska .ffmpeg .dvdcss \ 
    141141    .live .goom2k4 .caca .mod .x264  .xml .twolame\ 
    142142    .png .gpg-error .gcrypt .gnutls \ 
    143143    .gnutls .dvdread .dvdnav .dvbpsi .wxwidgets .dirac \ 
    144144    .dx_headers .dshow_headers .aclocal .gecko-win32 
    145 #   .SDL_image  .daap .cddb .cdio .vcdimager  
     145#   .SDL_image  .daap .cddb .cdio .vcdimager .dts 
    146146   else 
    147147# Standard Linux or other UNIX-like systems 
     
    810810#   patch -p 0 < Patches/ffmpeg.patch 
    811811 
    812 .ffmpeg: ffmpeg .faac .lame .zlib 
     812.ffmpeg: ffmpeg .faac .lame  
    813813    (cd $<; ./configure $(FFMPEGCONF) --prefix=$(PREFIX) --extra-cflags="$(CFLAGS) -DRUNTIME_CPUDETECT" --extra-ldflags="$(LDFLAGS)" --enable-gpl --enable-mp3lame --enable-faac --enable-pp --disable-vhook --disable-audio-beos --disable-ffserver  --enable-a52 --disable-ffplay && for dir in libavcodec/libpostproc libavcodec libavformat libavutil; do make -C $$dir && make -C $$dir installlib; done) 
    814814    touch $@ 
     
    12861286    (cd $@; cat ../Patches/libpng-1.2.5-win32.patch | sed s,��PREFIX��,$(PREFIX), | patch -p0) 
    12871287endif 
    1288 .png: libpng .zlib 
     1288.png: libpng  
    12891289ifdef HAVE_DARWIN_OS 
    12901290    (cd $<; cp scripts/makefile.macosx Makefile && make && make install)