mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-13 03:09:59 +01:00
20 lines
422 B
Plaintext
20 lines
422 B
Plaintext
# Plugins
|
|
|
|
By default, veejay looks in the following commmon locations to find plugins:
|
|
- /usr/local/lib
|
|
- /usr/lib/
|
|
- /usr/local/lib64
|
|
- /usr/lib64
|
|
|
|
Alternatively, you can create a file to tell veejay where to find plugins.
|
|
|
|
$ mkdir ~/.veejay
|
|
$ vi ~/.veejay/plugins
|
|
|
|
The contents of the file can look like:
|
|
|
|
/usr/local/lib/freeframe
|
|
/usr/local/lib/frei0r-1
|
|
|
|
Veejay will pick up the plugins the next time you start it.
|