Changeset d8f0bf5a8ebbc288935582850c49bcf84232bf55
- Timestamp:
- 06/28/08 05:56:17
(2 months ago)
- Author:
- Jean-Baptiste Kempf <jb@altair.videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@altair.videolan.org> 1214625377 +0200
- git-parent:
[4bdbeaeed32ab0dcc673c3f7420d1bd221125d43]
- git-author:
- Jean-Baptiste Kempf <jb@altair.videolan.org> 1214625377 +0200
- Message:
Don't use a revision of FFmpeg with broken .pc... HEAD .pc seems to be
fixed.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r4bdbeae |
rd8f0bf5 |
|
| 1067 | 1067 | ifdef SVN |
|---|
| 1068 | 1068 | ffmpeg: |
|---|
| 1069 | | $(SVN) co $(FFMPEG_SVN) ffmpeg -r 13752 |
|---|
| | 1069 | $(SVN) co $(FFMPEG_SVN) ffmpeg |
|---|
| 1070 | 1070 | ifeq ($(HOST),i586-pc-beos) |
|---|
| 1071 | 1071 | (cd $@; patch -p0 < ../Patches/ffmpeg-svn-beos.patch) |
|---|