Changeset 9a234d8f17398290ba38476995050a751a9b85ac
- Timestamp:
- 11/12/06 20:52:46
(2 years ago)
- Author:
- Filippo Carone <littlejohn@videolan.org>
- git-committer:
- Filippo Carone <littlejohn@videolan.org> 1163361166 +0000
- git-parent:
[52f8f1dcad13e5b47921de61b5416aa7b06c653f]
- git-author:
- Filippo Carone <littlejohn@videolan.org> 1163361166 +0000
- Message:
vlc-config external also includes libvlc-control
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf7be5ba |
r9a234d8 |
|
| 211 | 211 | external) |
|---|
| 212 | 212 | echo_external=yes |
|---|
| 213 | | ldflags="${ldflags} -lvlc" |
|---|
| | 213 | ldflags="${ldflags} -lvlc -lvlc-control" |
|---|
| 214 | 214 | ;; |
|---|
| 215 | 215 | *) |
|---|