Skip to content
GitLab
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
84f0dad1
Commit
84f0dad1
authored
Mar 06, 2020
by
Jean-Baptiste Mardelle
Browse files
Bump MLT dependency
parent
2f364945
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
84f0dad1
...
...
@@ -32,7 +32,7 @@ option(BUILD_FUZZING "Build fuzzing target" OFF)
# Minimum versions of main dependencies.
set
(
MLT_MIN_MAJOR_VERSION 6
)
set
(
MLT_MIN_MINOR_VERSION
18
)
set
(
MLT_MIN_MINOR_VERSION
20
)
set
(
MLT_MIN_PATCH_VERSION 0
)
set
(
MLT_MIN_VERSION
${
MLT_MIN_MAJOR_VERSION
}
.
${
MLT_MIN_MINOR_VERSION
}
.
${
MLT_MIN_PATCH_VERSION
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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