Hello,
I'm trying to use VideoLan in another simple application (my goal is to launch and control the main functions of VLC through this application), but I don't know how to link Libvlc with my files.
My problem is that I'm not very familiar with gcc (I'm using cygwin), so I have troubles to compile my application...
For the moment, my application is only a simple MyApp.cpp file, inspired from vlc.c.
Can someone explain me how to use libvlc please ?
Thank you