Changeset 45198f52783fe77620587fcb440b07e4a39bc843
- Timestamp:
- 04/19/08 04:20:38
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1208571638 +0200
- git-parent:
[727f7b3c8222b210e4a4791d2665b2bb43dba514]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1208571638 +0200
- Message:
cmake: Detect libid3tag.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r500894f |
r45198f5 |
|
| 595 | 595 | endif(Dvbpsi_FOUND) |
|---|
| 596 | 596 | |
|---|
| | 597 | vlc_check_include_files (id3tag.h zlib.h) |
|---|
| | 598 | if(HAVE_ID3TAG_H AND HAVE_ZLIB_H) |
|---|
| | 599 | vlc_enable_modules(id3tag) |
|---|
| | 600 | vlc_module_add_link_libraries(id3tag "id3tag;z") |
|---|
| | 601 | endif(HAVE_ID3TAG_H AND HAVE_ZLIB_H) |
|---|
| | 602 | |
|---|
| 597 | 603 | set(CMAKE_REQUIRED_INCLUDES) |
|---|
| 598 | 604 | |
|---|