Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
kdenlive
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stefan Kobza
kdenlive
Commits
e1507aea
Commit
e1507aea
authored
Apr 12, 2020
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2004'
parents
4ce5e54f
25976dc0
Pipeline
#18287
passed with stage
in 9 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
cmake/modules/FindMLT.cmake
cmake/modules/FindMLT.cmake
+5
-0
No files found.
cmake/modules/FindMLT.cmake
View file @
e1507aea
...
...
@@ -8,6 +8,11 @@
find_package
(
PkgConfig QUIET
)
pkg_check_modules
(
PC_MLT mlt++
)
# Workaround cmake 3.17 issue (dropped .dll extension for library search)
if
(
WIN32
)
list
(
INSERT CMAKE_FIND_LIBRARY_SUFFIXES 0 .dll
)
endif
()
find_path
(
MLT_INCLUDE_DIR
NAMES framework/mlt.h
HINTS
...
...
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