Changeset 145662277a0cb3ac52b6cd297b91c28e7be65c96
- Timestamp:
- 27/07/06 00:01:37
(2 years ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1153951297 +0000
- git-parent:
[e9bbc01fdc597c29a2dfb95d297da8118d42288b]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1153951297 +0000
- Message:
use pic on amd64. should fix the amd64 moz plugin
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re9bbc01 |
r1456622 |
|
| 5392 | 5392 | FILE_LIBVLC_DLL="!define LIBVLC_DLL libvlc.dll"], |
|---|
| 5393 | 5393 | FILE_LIBVLC_DLL="" ) |
|---|
| | 5394 | dnl |
|---|
| | 5395 | dnl we need pic on amd64 fo the mozilla plugin |
|---|
| | 5396 | |
|---|
| | 5397 | case "${target_cpu}" in |
|---|
| | 5398 | x86_64) |
|---|
| | 5399 | pic=pic |
|---|
| | 5400 | ;; |
|---|
| | 5401 | *) |
|---|
| | 5402 | pic="" |
|---|
| | 5403 | ;; |
|---|
| | 5404 | esac |
|---|
| | 5405 | AC_SUBST(pic) |
|---|
| | 5406 | |
|---|
| 5394 | 5407 | |
|---|
| 5395 | 5408 | dnl Import conditional variables generated by bootstrap |
|---|