Changeset 63b84d592a8c8ee4edde4b19e4fe1745c8b1e8ac
- Timestamp:
- 04/21/08 16:52:43
(4 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1208789563 +0200
- git-parent:
[a5f3b25025d31eebdc86ebb7bce772e29f249130]
- git-author:
- Rafaël Carré <funman@videolan.org> 1208789563 +0200
- Message:
FFmpeg use --cross-compile option
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r520ee29 |
r63b84d5 |
|
| 102 | 102 | ifndef HAVE_CYGWIN |
|---|
| 103 | 103 | # We are REALLY cross compiling |
|---|
| 104 | | FFMPEGCONF=--cross-prefix=$(HOST)- --enable-cross-compile |
|---|
| | 104 | FFMPEGCONF=--cross-prefix=$(HOST)- --cross-compile |
|---|
| 105 | 105 | X264CONF=--host=$(HOST) |
|---|
| 106 | 106 | PTHREADSCONF="CROSS=$(HOST)-" |
|---|