From 76d63c94067320a3c0dee4269abea4a43e9cd232 Mon Sep 17 00:00:00 2001 From: Et0h Date: Sun, 17 Jul 2016 13:09:27 +0100 Subject: [PATCH] Note that on some Linux systems syncplay.lua should be in /lib64/ not /lib/ --- resources/lua/intf/syncplay.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lua/intf/syncplay.lua b/resources/lua/intf/syncplay.lua index ebef3d5..df012d5 100644 --- a/resources/lua/intf/syncplay.lua +++ b/resources/lua/intf/syncplay.lua @@ -19,7 +19,7 @@ Place the syncplay.lua file in the main (all user) VLC /lua/intf/ sub-directory: * Window: %ProgramFiles%\VideoLAN\VLC\lua\intf\ -* Linux: /usr/lib/vlc/lua/intf/ +* Linux: /usr/lib/vlc/lua/intf/ or on some systems /usr/lib64/vlc/lua/intf/ (use whichever one already has .luac files in it) * Mac OS X: /Applications/VLC.app/Contents/MacOS/share/lua/intf/ * FreeBSD, OpenBSD etc.: /usr/local/lib/vlc/lua/intf/