Hi, i need to use vlc source for add him in my source c++.
I downloaded vlc-master from git and added in my c++ project: /include /lib /src but i have some issue of "unknown reference" type.
ex: undefined reference to libvlc_new , libvlc_media_new_* ...
I need use source libvlc for my cross-platform c++ project, because i compile it for any arch.
I really no know where i wrong , thanks.