Hello,<br><br>We found some issue with passing environment flags to compiler.<br><br>The main problem is in FindLIBMLT.cmake, it contains:<br><pre style="font-family: arial,helvetica,sans-serif;" class="bz_comment_text" id="comment_text_25">
<font><font size="2">SET(CMAKE_CXX_FLAGS -DMLT_PREFIX=\\\"\"${MLT_PATH}\"\\\")<br><br>That should be:<br>ADD_DEFINITIONS(-DMLT_PREFIX=\\\"\"${MLT_PATH}\"\\\")<br><br>Of course, we can do a patch for resolve this, but the better idea will be that you change that in sourse itself.<br>
<br>Could you?<br><br>BTW, if you want tracking kdenlive packaging on Fedora, please use this link:<br><br><a href="https://bugzilla.rpmfusion.org/show_bug.cgi?id=529">https://bugzilla.rpmfusion.org/show_bug.cgi?id=529</a><br>
<br>bye, Zarko<br></font></font></pre>