Changeset 5ffe61babe66f195c908891b8ed2ea33c6235979
- Timestamp:
- 04/21/08 17:01:30
(2 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1208790090 +0200
- git-parent:
[63b84d592a8c8ee4edde4b19e4fe1745c8b1e8ac]
- git-author:
- Rafaël Carré <funman@videolan.org> 1208790090 +0200
- Message:
Revert "FFmpeg use --cross-compile option"
This reverts commit 63b84d592a8c8ee4edde4b19e4fe1745c8b1e8ac.
Don't use old snapshots and think its HEAD
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r63b84d5 |
r5ffe61b |
|
| 102 | 102 | ifndef HAVE_CYGWIN |
|---|
| 103 | 103 | # We are REALLY cross compiling |
|---|
| 104 | | FFMPEGCONF=--cross-prefix=$(HOST)- --cross-compile |
|---|
| | 104 | FFMPEGCONF=--cross-prefix=$(HOST)- --enable-cross-compile |
|---|
| 105 | 105 | X264CONF=--host=$(HOST) |
|---|
| 106 | 106 | PTHREADSCONF="CROSS=$(HOST)-" |
|---|