Page 1 of 1

change plugin path

Posted: 15 May 2015 03:33
by crj123082
Hello,

I am using libVLC to play videos in an application I am developing, and I know I need libvlc.dll, libvlccore.dll, and the plugins directory alongside my application. However, I was hoping I could have the plugins in a "VLCplugins" folder instead of the default "plugins." I'm compiling & building in Windows using msys2. If anyone could tell me which file(s) I need to modify to accomplish this before compiling & building, I would really appreciate it.

Thanks!

Re: change plugin path

Posted: 15 May 2015 20:43
by RĂ©mi Denis-Courmont
src/modules/bank.c

Re: change plugin path

Posted: 19 May 2015 19:30
by crj123082
Thanks for your response! If I can ever get it to compile I will give this a try and report back

Re: change plugin path

Posted: 23 Jun 2015 02:25
by crj123082
it worked, thank you!