Changeset 93b4565847b0f951ac5cf036d14d5b0544cfe64c
- Timestamp:
- 03/04/08 13:49:33
(6 months ago)
- Author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- git-committer:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1204634973 +0100
- git-parent:
[983312cb0a0e331629b9f0e67a982d433465ec71]
- git-author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1204634910 +0100
- Message:
python bindings: do not link with unecessary libs (spotted by courmisch)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7440f8d |
r93b4565 |
|
| 72 | 72 | vlcconfig=get_vlcconfig() |
|---|
| 73 | 73 | if vlcconfig is None: |
|---|
| 74 | | return [ '-lvlc', '-lvlc-control' ] |
|---|
| | 74 | return [ '-lvlc-control' ] |
|---|
| 75 | 75 | else: |
|---|
| 76 | 76 | ldflags = [] |
|---|