diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-03-02 13:57:11 +0100 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2021-03-02 14:10:10 +0100 |
commit | 95a6a36403a289814bb252cd5496e4d67d331b11 (patch) | |
tree | 2da9acd78281232d12a8a2da75d5e78b9f220df9 /CMakeLists.txt | |
parent | 1ada9e7a1182c27208d784aab9f046dd5da0d22f (diff) | |
download | kmplayer-95a6a36403a289814bb252cd5496e4d67d331b11.tar.gz kmplayer-95a6a36403a289814bb252cd5496e4d67d331b11.zip |
Drop automake build support.
Add basic cmake build instructions.
Delete empty file NEWS.
Rework of the README and the English help page files.
Update some cmake files with latest macros.
libXv and libXext are handled by cmake intern modules through X11 variables.
Few cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ab6e5b..f2fe001 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ option( WITH_XTEST "Enable support for XTest" ##### user requested modules -option( BUILD_ALL "Build all" OFF ) +option( BUILD_ALL "Build all" ON ) option( BUILD_KXINEPLAYER "Build kxineplayer" ${BUILD_ALL} ) option( BUILD_KXVPLAYER "Build kxvplayer" ${BUILD_ALL} ) option( BUILD_KGSTPLAYER "Build kgstplayer" ${BUILD_ALL} ) |