vlc-video: Fix library name searched for on Linux
This commit is contained in:
parent
a1ec0ecee3
commit
c086aac2ea
@ -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…
x
Reference in New Issue
Block a user