Note that on some Linux systems syncplay.lua should be in /lib64/ not /lib/

This commit is contained in:
Et0h 2016-07-17 13:09:27 +01:00
parent 8307236b11
commit 76d63c9406
1 changed files with 1 additions and 1 deletions

View File

@ -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/