Hi I'd like to try libVlc in a C++ project on Mac OS. I've seen post that say that I need to link to the dylib files in the VLC.app contents. I've found those files: libvlc.5.dylib libvlc.dylib libvlccore.5.dylib libvlccore.dylib Which one do I have to use? Can I move that file somewhere else? Is FF...