Merge pull request #562 from tgurr/vlc-video-linux
vlc-video: Enable building the plugin on Linuxmaster
commit
0c415ee12c
|
@ -26,6 +26,7 @@ elseif("${CMAKE_SYSTEM_NAME}" MATCHES "Linux")
|
|||
add_subdirectory(linux-jack)
|
||||
add_subdirectory(linux-alsa)
|
||||
add_subdirectory(decklink/linux)
|
||||
add_subdirectory(vlc-video)
|
||||
elseif("${CMAKE_SYSTEM_NAME}" MATCHES "FreeBSD")
|
||||
add_subdirectory(linux-capture)
|
||||
add_subdirectory(linux-pulseaudio)
|
||||
|
|
|
@ -149,7 +149,7 @@ static bool load_libvlc_module(void)
|
|||
#define LIBVLC_FILE LIBVLC_DIR "lib/libvlc.5.dylib"
|
||||
setenv("VLC_PLUGIN_PATH", LIBVLC_DIR "plugins", false);
|
||||
#else
|
||||
#define LIBVLC_FILE "libvlc.5.so"
|
||||
#define LIBVLC_FILE "libvlc.so.5"
|
||||
#endif
|
||||
libvlc_module = os_dlopen(LIBVLC_FILE);
|
||||
|
||||
|
|
Loading…
Reference in New Issue