Changeset ab9b30429626c36ea819e05dc5fce1bc13db59c1
- Timestamp:
- 11/06/08 00:51:12
(6 months ago)
- Author:
- Jean-Baptiste Kempf <jb@altair.videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@altair.videolan.org> 1213138272 +0200
- git-parent:
[e9deaa7efcc16156fbfdb114c8fcd36244fba441]
- git-author:
- Jean-Baptiste Kempf <jb@altair.videolan.org> 1213138272 +0200
- Message:
FFmpeg update.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra690954 |
rab9b304 |
|
| 1068 | 1068 | ifdef SVN |
|---|
| 1069 | 1069 | ffmpeg: |
|---|
| 1070 | | $(SVN) co $(FFMPEG_SVN) ffmpeg -r 12920 |
|---|
| 1071 | | (cd $@; patch -p0 < ../Patches/ffmpeg-pkg-config.patch) |
|---|
| | 1070 | $(SVN) co $(FFMPEG_SVN) ffmpeg |
|---|
| 1072 | 1071 | ifeq ($(HOST),i586-pc-beos) |
|---|
| 1073 | 1072 | (cd $@; patch -p0 < ../Patches/ffmpeg-svn-beos.patch) |
|---|
| … | … | |
| 1091 | 1090 | patch -p0 < Patches/ffmpeg-svn-libavformat.patch |
|---|
| 1092 | 1091 | endif |
|---|
| 1093 | | (cd $@; patch -p0 < ../Patches/ffmpeg-svn-configure.patch ) |
|---|
| 1094 | 1092 | else |
|---|
| 1095 | 1093 | ffmpeg-$(FFMPEG_VERSION).tar.gz: |
|---|