Luke Yelavich ec366cfa3d vlc-video: Load libvlccore.dylib on macOS
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.
2018-07-03 20:08:40 +10:00
..
2018-03-15 09:00:28 +01:00
2018-03-17 19:31:00 +01:00
2018-06-07 00:44:29 +02:00
2018-03-15 09:00:28 +01:00
2017-12-06 16:07:23 -08:00
2018-03-15 09:00:28 +01:00
2017-12-13 23:14:54 +01:00