Changeset 1ee48e2704b37e657ac58ca69582c44129b46713
- Timestamp:
- 06/04/06 20:32:14
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1149445934 +0000
- git-parent:
[9d85b9dace93996a50fbf415463c058aaa1fe815]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1149445934 +0000
- Message:
Remove spurious warning
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r14815d2 |
r1ee48e2 |
|
| 200 | 200 | cppflags="${cppflags} -D__VLC__ -D__PLUGIN__" |
|---|
| 201 | 201 | ;; |
|---|
| 202 | | pic) |
|---|
| 203 | | echo "Warning: vlc-config does not use \"pic\" anymore." >&2 |
|---|
| 204 | | ;; |
|---|
| 205 | 202 | builtin) |
|---|
| 206 | 203 | echo_builtin=yes |
|---|
| … | … | |
| 312 | 309 | # - Link with builtins in place |
|---|
| 313 | 310 | # If you want something shared from the inside (binding), |
|---|
| 314 | | # you need "builtin vlc pic" |
|---|
| | 311 | # you need "builtin vlc" |
|---|
| 315 | 312 | if test "${echo_libs}" = yes; then |
|---|
| 316 | 313 | if test "${echo_builtin}" = yes; then |
|---|