Changeset 260a18369697f654ded096de11ba1eacce510bb6
- Timestamp:
- 23/02/08 22:52:59
(8 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1203803579 +0000
- git-parent:
[711481177da708b723664b1e4dafaad8307f49d6]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1203803579 +0000
- Message:
cmake: Don't use poll() on Mac OS X, as it can't poll a tty properly.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1c6353a |
r260a183 |
|
| 209 | 209 | if(APPLE) |
|---|
| 210 | 210 | include( ${CMAKE_SOURCE_DIR}/cmake/vlc_find_frameworks.cmake ) |
|---|
| | 211 | |
|---|
| | 212 | # Mac OS X (10.4 and 10.5) can't poll a tty properly |
|---|
| | 213 | # So we deactivate its uses |
|---|
| | 214 | set(HAVE_POLL OFF) |
|---|
| 211 | 215 | |
|---|
| 212 | 216 | if(ENABLE_NO_SYMBOL_CHECK) |
|---|