Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
e5667456
Commit
e5667456
authored
Dec 30, 2020
by
Farid Abdelnour
🎥
Browse files
Improve MLT build by enabling more options
parent
2a7d3afa
Changes
1
Hide whitespace changes
Inline
Side-by-side
packaging/appimage/3rdparty/ext_mlt/CMakeLists.txt
View file @
e5667456
...
...
@@ -3,7 +3,7 @@ ExternalProject_Add(
DOWNLOAD_DIR
${
EXT_DOWNLOAD_DIR
}
GIT_REPOSITORY https://github.com/mltframework/mlt.git
CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix=
${
EXT_INSTALL_DIR
}
${
AT_HOST
}
${
AT_SHARED_ONLY
}
--enable-gpl
CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix=
${
EXT_INSTALL_DIR
}
${
AT_HOST
}
${
AT_SHARED_ONLY
}
--enable-gpl
--enable-gpl3 --enable-opencv --enable-opengl --enable-lumas --avformat-swscale
BUILD_IN_SOURCE 1
BUILD_ALWAYS TRUE
BUILD_COMMAND $
(
MAKE
)
clean
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment