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
076db9fe
Commit
076db9fe
authored
Nov 13, 2019
by
Jean-Baptiste Mardelle
Browse files
Bump MLT minimum version to 6.18
Differential Revision:
https://phabricator.kde.org/D25283
parent
1d2cf8f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
076db9fe
...
...
@@ -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 1
6
)
set
(
MLT_MIN_MINOR_VERSION 1
8
)
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
.
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