module-jack: fix name of LIBJACK_PATH environment variable

Fixes 0629647cb5 module-jack: load libjack.so.0 with dlopen
This commit is contained in:
Sertonix 2025-08-12 12:11:35 +00:00 committed by Wim Taymans
parent 0fcabdbd0c
commit 3914d0cab3

View file

@ -49,7 +49,7 @@
* ## Module Options
*
* - `jack.library`: the libjack to load, by default libjack.so.0 is searched in
* JACK_PATH directories and then some standard library paths.
* LIBJACK_PATH directories and then some standard library paths.
* Can be an absolute path.
* - `jack.server`: the name of the JACK server to tunnel to.
* - `jack.client-name`: the name of the JACK client.