Changeset 500894facc0beab754ebc84b3129a6befc8d7394
- Timestamp:
- 03/31/08 17:41:35
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1206978095 +0200
- git-parent:
[f51de26430e854fd5f28abdf982e85e319a3a22c]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1206977993 +0200
- Message:
cmake: Support for libs/loader.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r007245a |
r500894f |
|
| 30 | 30 | |
|---|
| 31 | 31 | # our sources: |
|---|
| | 32 | add_subdirectory(libs/loader) |
|---|
| 32 | 33 | add_subdirectory(src) |
|---|
| 33 | 34 | add_subdirectory(modules) |
|---|
| rd4fc232 |
r500894f |
|
| 21 | 21 | OPTION( ENABLE_NO_SYMBOL_CHECK "Don't check symbols of modules against libvlc. (Enabling this option speeds up compilation)" OFF ) |
|---|
| 22 | 22 | OPTION( ENABLE_CONTRIB "Attempt to use VLC contrib system to get the third-party libraries" ON ) |
|---|
| | 23 | OPTION( ENABLE_LOADER "Enable the win32 codec loader" ON ) |
|---|
| 23 | 24 | |
|---|
| 24 | 25 | if(ENABLE_CONTRIB) |
|---|
| rd361551 |
r500894f |
|
| 21 | 21 | echo "Removing old modules/gui/qt4/CMakeLists.txt" |
|---|
| 22 | 22 | rm -f modules/gui/qt4/CMakeLists.txt |
|---|
| | 23 | |
|---|
| | 24 | echo "Installing libs/loaders/CMakeLists.txt" |
|---|
| | 25 | rm -f libs/loaders/CMakeLists.txt |
|---|
| | 26 | ln -s ../$cmake_dir/CMakeLists/libs_loaders_CMakeLists.txt libs/loaders/CMakeLists.txt |
|---|
| 23 | 27 | |
|---|
| 24 | 28 | echo "Installing modules/CMakeLists.txt" |
|---|