Registered Member
|
I think there is an error in the code of the git package that makes it not compile.
It is in the VDPAU section:
As you can see there is an ifdef for VDPAU. If the ifdef'ed code is compiled, the yuv_colorspace line after the #endif will be part of the else-branch. As there are no braces for the else-branch though, the following lines won't compile as yuv_colorspace is defined inside the else-branch, the following lines are outside of it though. Could someone fix that? |
Administrator
|
If you have a patch which fixes the compilation of Kdenlive, you may wish to submit this on Reviewboard: https://reviewboard.kde.org/
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
Registered Member
|
I'm afraid I am not sufficiently skilled in coding to fix that. I am just signalling the problem, and since I found no bug-tracker for kdenlive, I had to do it here.
|
Registered Member
|
All you have to do is move the declaration of yuv_colorspace so that it outside of the #ifdef statment. The easy fix will have the code looking as such:
|
Registered Member
|
That is not KDE code; it is MLT. I just fixed it.
|
Registered users: Bing [Bot], gfielding, Google [Bot], Sogou [Bot]