HEllo every body.
I am trying to add a new decoder module into the VLC1.1.12. Since i have red the hacking"hoe to write a module ".I finish mymodule.c and creat the mymodule.a library, then,i put these files and some head files in the right place.
But i am confused about the language to be used in module.am and configure.ac.How could i link my mymodule.a library and add my module in VLC?