Changeset f7a07d11ebbe8f617f9d898a426a1aa666f1d5d2
- Timestamp:
- 07/06/08 00:34:15
(2 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1215297255 +0200
- git-parent:
[c6d63c1551d0ea57881c0ce0e24c39037d3844fd]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1215297255 +0200
- Message:
Freeze ffmpeg to revision 14080 (aka HEAD) because 'It just works'™, so we get something reliable to deal with for the stable release
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd60188f |
rf7a07d1 |
|
| 1068 | 1068 | ifdef SVN |
|---|
| 1069 | 1069 | ffmpeg: |
|---|
| 1070 | | $(SVN) co $(FFMPEG_SVN) ffmpeg |
|---|
| | 1070 | $(SVN) co $(FFMPEG_SVN) ffmpeg -r 14080 |
|---|
| 1071 | 1071 | ifeq ($(HOST),i586-pc-beos) |
|---|
| 1072 | 1072 | (cd $@; patch -p0 < ../Patches/ffmpeg-svn-beos.patch) |
|---|