Changeset ba1451c390c90d9191e1c663f2ce8ce06105adc3
- Timestamp:
- 05/08/08 22:04:14
(4 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1210277054 +0200
- git-parent:
[df2a3c1baa163870dcb49a48a789d8485aef76bc]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1210277043 +0200
- Message:
Lock FFmpeg to r12920 for now to get us nice builds
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbc9eac0 |
rba1451c |
|
| 1041 | 1041 | ifdef SVN |
|---|
| 1042 | 1042 | ffmpeg: |
|---|
| 1043 | | $(SVN) co $(FFMPEG_SVN) ffmpeg |
|---|
| | 1043 | $(SVN) co $(FFMPEG_SVN) ffmpeg -r 12920 |
|---|
| 1044 | 1044 | ifeq ($(HOST),i586-pc-beos) |
|---|
| 1045 | 1045 | (cd $@; patch -p0 < ../Patches/ffmpeg-svn-beos.patch) |
|---|