mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-25 06:59:57 -05:00
module: Support for loading of modules
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 ":".
This commit is contained in:
parent
2c0f592ff4
commit
ba45aad1a2
6 changed files with 418 additions and 6 deletions
|
|
@ -2,7 +2,7 @@ prefix=@prefix@
|
|||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@/
|
||||
modlibexecdir=@modlibexecdir@
|
||||
moduledir=@moduledir@
|
||||
|
||||
Name: libpinos
|
||||
Description: Pinos Client Interface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue