Page 1 of 1

How to add new dll module into VLC

Posted: 28 Jul 2009 09:07
by hedypan
Hi,

I am trying to add some new functions into VLC for my application. The new function should be added after decoding module and before display module. I am going to make this new function into a DLL module and then link it with other VLC modules.

Any one who knows if it is possible to add an DLL module in to VLC and how to do it?

Thanks!

Re: How to add new dll module into VLC

Posted: 28 Jul 2009 15:05
by Jean-Baptiste Kempf
See my answer elsewhere on this forum.