[Bug 529] Review request: kdenlive - Non-linear video editor

RPM Fusion Bugzilla noreply at rpmfusion.org
Sat May 23 18:38:04 CEST 2009


http://bugzilla.rpmfusion.org/show_bug.cgi?id=529





--- Comment #25 from Kevin Kofler <kevin.kofler at chello.at>  2009-05-23 18:38:04 ---
The offender is FindLIBMLT.cmake, it contains:
SET(CMAKE_CXX_FLAGS -DMLT_PREFIX=\\\"\"${MLT_PATH}\"\\\")
That should be:
ADD_DEFINITIONS(-DMLT_PREFIX=\\\"\"${MLT_PATH}\"\\\")
(and the quoting could be simplified with current CMake versions by setting the
CMake policy which fixes quoting to NEW, but that's not important).


-- 
Configure bugmail: http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the rpmfusion-developers mailing list