Page 1 of 1

adding module to vlc

Posted: 21 Nov 2006 07:42
by vishalmokal
hi,
can anybody tell me how to add a module in commmand line to vlc.exe.
When i build the downloaded code it has only two modules "main" and "help" I am not able to add other modules so i am not able to test vlc.exe
Please reply
Vishal Mokal.

Posted: 21 Nov 2006 07:52
by funman
how did you compile vlc ?
which files are in c:program files\videolan\vlc\plugins ?

Posted: 21 Nov 2006 08:40
by vishalmokal
thanks,
I compiled it from the msvc project provided in the downloaded source code.
You gave me the idea for adding the modules . I made 'plugins' folder in the folder where vlc.exe exists. now when i typed vlc -l it listed all the modules.
Thanks again

Posted: 22 Nov 2006 17:57
by VLC_help
AFAIK there aren't working msvc project for VLC (some libraries won't compile with it).