Changeset 2a1ee35de7086cd7a967ad6cd55321412767c008
- Timestamp:
- 01/06/08 22:16:23
(4 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1212351383 +0200
- git-parent:
[b46ba4105c1db449f5045f07386931052e6eb042]
- git-author:
- Rafaël Carré <funman@videolan.org> 1212351371 +0200
- Message:
cmake: enable mmap access
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r65f35e2 |
r2a1ee35 |
|
| 178 | 178 | set(CMAKE_EXTRA_INCLUDE_FILES sys/mman.h) |
|---|
| 179 | 179 | vlc_check_functions_exist(mmap) |
|---|
| | 180 | if(HAVE_MMAP) |
|---|
| | 181 | vlc_enable_modules(access_mmap) |
|---|
| | 182 | endif(HAVE_MMAP) |
|---|
| 180 | 183 | set(CMAKE_EXTRA_INCLUDE_FILES) |
|---|
| 181 | 184 | |
|---|