ec366cfa3d
As of version 3, libvlc on macOS is linked against libvlccore differently. Previously libvlccore was referred to via the @loader_path macro, now @rpath is used. As such, dlopen is no longer able to find libvlccore. Explicitly load libvlccore so that the symbols that libvlc needs can be found. Tested against VLC versions 2.2.8 and 3.0.3.