Hi there,
I've been trying to experiment with the VLC code for some time.
From my limited understanding, external applications and the VLC are compile and link against libVLC.
What about libvlccore? Is libvlc compile and link against libvlccore? The many source files in /src folder, all those file correspond to the functions of libvlccore - correct? How about libvlc, those function in libvlc, libvlc_new and libvlc_add_intf for example, where can I find the code of those functions? I can only find the documentation in <VLCDIR>/include/vlc but not the code.
Please help, please. Thank you.