Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > 4f8cce1eecbd353e6ba5eb354b3f14b3 > files > 2

shotcut-19.09.14-1.mga7.src.rpm

Index: shotcut-18.05.08/src/jobs/meltjob.cpp
===================================================================
--- shotcut-18.05.08/src/jobs/meltjob.cpp
+++ shotcut-18.05.08/src/jobs/meltjob.cpp	2018-05-28 15:45:00.532316183 +0200
@@ -55,7 +55,7 @@
 #ifdef Q_OS_WIN
     QFileInfo meltPath(shotcutPath, "qmelt.exe");
 #else
-    QFileInfo meltPath(shotcutPath, "qmelt");
+    QFileInfo meltPath(shotcutPath, "melt");
 #endif
     setReadChannel(QProcess::StandardError);
     QStringList args;