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
ad41a1c9
Commit
ad41a1c9
authored
Apr 16, 2021
by
Julius Künzel
Committed by
Jean-Baptiste Mardelle
Apr 18, 2021
Browse files
mlt7: update mlt min version
Related to
#991
parent
4954716b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ad41a1c9
...
...
@@ -26,8 +26,8 @@ option(CRASH_AUTO_TEST "Auto-generate testcases upon some crashes (uses RTTR lib
option
(
BUILD_FUZZING
"Build fuzzing target"
OFF
)
# Minimum versions of main dependencies.
set
(
MLT_MIN_MAJOR_VERSION
6
)
set
(
MLT_MIN_MINOR_VERSION
2
0
)
set
(
MLT_MIN_MAJOR_VERSION
7
)
set
(
MLT_MIN_MINOR_VERSION 0
)
set
(
MLT_MIN_PATCH_VERSION 0
)
set
(
MLT_MIN_VERSION
${
MLT_MIN_MAJOR_VERSION
}
.
${
MLT_MIN_MINOR_VERSION
}
.
${
MLT_MIN_PATCH_VERSION
}
)
...
...
Write
Preview
Markdown
is supported
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