Postby marcel.tella » 15 Apr 2010 00:53
Hi! At first of all I wat to thank to jb, who help me a lot in my little progress.
Later, i need some more help. I've created a new filter. the name of this filter is cromakey
and is in the same path than other filtres as invert.c, and more video filters.
Well, I've read the hacking, but i'm not able to find the solution for my problem.
I've modified the file Modules.am with the following line:
SOURCES_cromakey = cromakey.c
and then, i've bootstrapped.
I've done that after do that changes:
./bootstrap
./configure
make
sudo make install
to recompile all VLC again because I don't know how to compile only one filter. Is there one way to do that?
Thanks for all!