:: Re: [Frei0r] Alpha blur option adde…
Top Page
Delete this message
Reply to this message
Author: Marko Cebokli
Date:  
To: Minimalistic plugin API for video effects
Subject: Re: [Frei0r] Alpha blur option added to Alpha0ps
Fixed.

Thanks for the hint, I was compiling "by hand" and did not run into this
problem...

Marko Cebokli


On Sunday 09 September 2012 01:40:42 Dan Dennedy wrote:
> On Sat, Sep 8, 2012 at 2:41 AM, Marko Cebokli <s57uuu@???> wrote:
> > Just added a blurring option to the Alpha0ps plugin, and some code
> > cleanup.
> >
> > The new Kdenlive .xml effect description file is attached here.
>
> got build failures now on 64-bit Fedora 16 and OS X, looks easy to address:
>
> [08:08:51]filter/alpha0ps/fibe_f.c: In function 'calcab_lp1':
> [08:08:51]filter/alpha0ps/fibe_f.c:17:1: warning: implicit declaration
> of function 'sinf' [-Wimplicit-function-declaration]
> [08:08:51]filter/alpha0ps/fibe_f.c:17:3: warning: incompatible
> implicit declaration of built-in function 'sinf' [enabled by default]
> [08:08:51]filter/alpha0ps/fibe_f.c:17:8: error: 'PI' undeclared (first
> use in this function)
> [08:08:51]filter/alpha0ps/fibe_f.c:17:8: note: each undeclared
> identifier is reported only once for each function it appears in
> [08:08:51]filter/alpha0ps/fibe_f.c:18:1: warning: implicit declaration
> of function 'cosf' [-Wimplicit-function-declaration]
> [08:08:51]filter/alpha0ps/fibe_f.c:18:3: warning: incompatible
> implicit declaration of built-in function 'cosf' [enabled by default]