Hello. I am trying to make a GUI media player based off the JVLC library. I have my program working if VLC is installed (on both Windows and Linux), but I would like to make it so a person can run my program even if they do not have VLC installed. My question is do I have to have VLC installed on the computer? Or can I simply package the VLC libraries with my program? If so can someone give me an example of how to do this.
Thanks for the help and thanks for making VLC so great!