Changeset c6dadfb18faf6254c1499543d50ea7f3ed6f7ee7
- Timestamp:
- 04/15/08 22:50:41
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1208292641 +0200
- git-parent:
[d6164715d6897789de38ddb29ec458f2ce328a74]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1208292641 +0200
- Message:
macosx: As pointed by funman, remove a duplicate case.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd616471 |
rc6dadfb |
|
| 133 | 133 | for linked_lib in ${linked_libs} ; do |
|---|
| 134 | 134 | case "${linked_lib}" in |
|---|
| 135 | | */extras/contrib/lib/*.dylib) |
|---|
| 136 | | if test -e ${linked_lib}; then |
|---|
| 137 | | install_library ${linked_lib} ${target_lib} "library" |
|---|
| 138 | | fi |
|---|
| 139 | | ;; |
|---|
| 140 | | */vlc_install_dir/lib/*.dylib) |
|---|
| | 135 | */extras/contrib/lib/*.dylib|*/vlc_install_dir/lib/*.dylib) |
|---|
| 141 | 136 | if test -e ${linked_lib}; then |
|---|
| 142 | 137 | install_library ${linked_lib} ${target_lib} "library" |
|---|