Page 1 of 1

How to make changes to plugin

Posted: 14 Sep 2009 06:16
by FoxholeNorman
Can someone please tell me how to make changes to a plugin so they take effect in the actual program. For instance, if I wanted to modify the ts plugin how do I do that so that I can see the changes in the actual program. I have been trying, by modifying TS.c but I can't figure out how to compile the plugin and make it work in the full program.

Thanks,

Fox

Re: How to make changes to plugin

Posted: 14 Sep 2009 15:37
by xtophe
You need first to compile VLC or compile this module.Look at the "developers'Corner" on the wiki for instructions how to compile. You can also read HACKING at the root of the sources.

Once compiled make sure that vlc finds your module. that means that you may have to install the module with the other vlc modules