Changeset 32f9d615e87bdcfb5811d6d7f7a2d969aa8f64f7
- 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
| r0a5027d |
r32f9d61 |
|
| 138 | 138 | all: .iconv .intl .freetype .fribidi .zlib\ |
|---|
| 139 | 139 | .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 \ |
|---|
| 141 | 141 | .live .goom2k4 .caca .mod .x264 .xml .twolame\ |
|---|
| 142 | 142 | .png .gpg-error .gcrypt .gnutls \ |
|---|
| 143 | 143 | .gnutls .dvdread .dvdnav .dvbpsi .wxwidgets .dirac \ |
|---|
| 144 | 144 | .dx_headers .dshow_headers .aclocal .gecko-win32 |
|---|
| 145 | | # .SDL_image .daap .cddb .cdio .vcdimager |
|---|
| | 145 | # .SDL_image .daap .cddb .cdio .vcdimager .dts |
|---|
| 146 | 146 | else |
|---|
| 147 | 147 | # Standard Linux or other UNIX-like systems |
|---|
| … | … | |
| 810 | 810 | # patch -p 0 < Patches/ffmpeg.patch |
|---|
| 811 | 811 | |
|---|
| 812 | | .ffmpeg: ffmpeg .faac .lame .zlib |
|---|
| | 812 | .ffmpeg: ffmpeg .faac .lame |
|---|
| 813 | 813 | (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) |
|---|
| 814 | 814 | touch $@ |
|---|
| … | … | |
| 1286 | 1286 | (cd $@; cat ../Patches/libpng-1.2.5-win32.patch | sed s,��PREFIX��,$(PREFIX), | patch -p0) |
|---|
| 1287 | 1287 | endif |
|---|
| 1288 | | .png: libpng .zlib |
|---|
| | 1288 | .png: libpng |
|---|
| 1289 | 1289 | ifdef HAVE_DARWIN_OS |
|---|
| 1290 | 1290 | (cd $<; cp scripts/makefile.macosx Makefile && make && make install) |
|---|