Changeset c6fc51f0a6f98e6675a65fab267dfdf0f1e76065
- Timestamp:
- 02/14/08 01:20:44
(6 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202948444 +0000
- git-parent:
[f98d6a45b17127f51bda0591af1f3dafe6b1cf44]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202948444 +0000
- Message:
cmake: Look for swab.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf98d6a4 |
rc6fc51f |
|
| 110 | 110 | |
|---|
| 111 | 111 | set(CMAKE_EXTRA_INCLUDE_FILES unistd.h) |
|---|
| 112 | | vlc_check_functions_exist(isatty getcwd getuid) |
|---|
| | 112 | vlc_check_functions_exist(isatty getcwd getuid swab) |
|---|
| 113 | 113 | set(CMAKE_EXTRA_INCLUDE_FILES) |
|---|
| 114 | 114 | |
|---|