:: Re: [Frei0r] frei0r-plugins depende…
Top Page
Delete this message
Reply to this message
Author: Cristian Morales Vega
Date:  
To: Minimalistic plugin API for video effects
Subject: Re: [Frei0r] frei0r-plugins dependencies?
On 1 April 2016 at 21:36, Jean-Baptiste Mardelle <jb@???> wrote:
> On Friday, April 1, 2016 10:32:50 PM CEST, salsaman wrote:
>>
>> The plugin compiles fine for me using Ubuntu 15.10.
>>
>> man lrintf shows that it is a standard function in math.h
>>
>>
>> Salsaman.
>
>
> I can reproduce the problem when building frei0r with cmake, because the
> filters are not properly linked to libmath.
>
> I sent a patch proposal to Dan:
> https://github.com/ddennedy/frei0r/pull/7/commits/92473fa04b17557fa75e0388de0a9ca20acd3fc2
>
> We are going to update our Kdenlive PPA's frei0r package soon with the fix.


FWIW, GNU's ld has --no-undefined to make this kind of things a link
time error instead of something that the user has to find. It should
be the default in most cases.