obs-studio/plugins/vlc-video
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
..
data/locale Update translations from Crowdin 2018-03-15 09:00:28 +01:00
CMakeLists.txt vlc-video: Add VLC video source 2016-06-06 23:53:59 -07:00
vlc-video-plugin.c vlc-video: Load libvlccore.dylib on macOS 2018-07-03 20:08:40 +10:00
vlc-video-plugin.h vlc-source: Add media control hotkeys 2017-09-11 01:13:59 -07:00
vlc-video-source.c vlc-video: Fix shuffle not being quite that random 2017-10-03 18:48:57 -07:00