Hi,
I have written a custom codec module for VLC, compiled it in-tree, and it is working well.
I now want to be able to share with others, without them having to rebuild VLC.
Are there some instructions for building shareable plugins? Do I have to build out-of-tree? Do I just copy certain files somewhere?
I tried building out-of-tree, but my codec implementation uses certain unavailable functions such as decoder_NewAudioBuffer.
I am willing to refactor if it is necessary, but I would appreciate some guidance as to what I need to do to be able to drop my module on anyone who wants to install it.
Thanks, and sorry for being new.