Changeset 2b31f402c55300bcc09692499ed1e9c7cfe3d539
- Timestamp:
- 12/06/08 03:16:40
(4 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1213233400 +0200
- git-parent:
[88c0dc5f1c242954c80f5404d885a55a8e89ab09]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1213233400 +0200
- Message:
Trying to use non-existant patches isn't exactly the idea of the century.
Please leave the FFmpeg revision fixed and only update it if you sure that your newer one is stable, nice and cool.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r16bf23c |
r2b31f40 |
|
| 1069 | 1069 | ffmpeg: |
|---|
| 1070 | 1070 | $(SVN) co $(FFMPEG_SVN) ffmpeg -r 12920 |
|---|
| 1071 | | (cd $@; patch -p0 < ../Patches/ffmpeg-pkg-config.patch) |
|---|
| 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: |
|---|