mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
A module is a shared library existing in, or a subdirectory of, the
module directory. The directory is by default
${libdir}/pinos-$(MAJORMINOR)/modules, but can be specified with
--with-module-dir=PATH when running configure. It is also possible to
override the module directory runtime with the environment variable
PINOS_MODULE_DIR, which is a list of directories separated with ":".
|
||
|---|---|---|
| .. | ||
| client | ||
| daemon | ||
| dbus | ||
| gst | ||
| modules | ||
| server | ||
| tests | ||
| tools | ||
| .gitignore | ||
| Makefile.am | ||