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
a8f6552c
Commit
a8f6552c
authored
Aug 23, 2021
by
Jean-Baptiste Mardelle
Browse files
Compile MLT with GCC 9 - fixes brightness effect corruption
parent
2d799261
Pipeline
#76282
passed with stage
in 9 minutes and 8 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
packaging/appimage/build-kdenlive.sh
View file @
a8f6552c
...
...
@@ -45,8 +45,8 @@ cd $BUILD_PREFIX/deps-build/
cmake
$KDENLIVE_SOURCES
/packaging/appimage/3rdparty
-DCMAKE_INSTALL_PREFIX
=
$DEPS_INSTALL_PREFIX
-DEXT_INSTALL_DIR
=
$DEPS_INSTALL_PREFIX
-DEXT_DOWNLOAD_DIR
=
$DOWNLOADS_DIR
-DEXT_BUILD_DIR
=
$BUILD_PREFIX
export
CC
=
/usr/bin/gcc-
6
export
CXX
=
/usr/bin/g++-
6
export
CC
=
/usr/bin/gcc-
9
export
CXX
=
/usr/bin/g++-
9
cmake
--build
.
--target
ext_mlt
...
...
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