File shotcut-with-mlt-6.16.0.patch of Package shotcut
Index: shotcut-19.08.05/src/qmltypes/qmlfilter.h
===================================================================
--- shotcut-19.08.05.orig/src/qmltypes/qmlfilter.h 2019-08-05 01:31:16.000000000 +0200
+++ shotcut-19.09.14/src/qmltypes/qmlfilter.h 2019-08-08 15:06:34.896449244 +0200
@@ -151,6 +151,7 @@ private:
QString m_serviceName;
#else
Mlt::Filter m_filter;
+ QString m_serviceName;
#endif
};