mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
module: Create pa_module_exists()
This new function checks if a certain module name is available in the system.
This commit is contained in:
parent
dc4be17e07
commit
48d23d4863
3 changed files with 58 additions and 0 deletions
|
|
@ -1217,6 +1217,7 @@ PACTL_BINARY=${bindir}/pactl${EXEEXT}
|
|||
AX_DEFINE_DIR(PACTL_BINARY, PACTL_BINARY, [Location of pactl binary])
|
||||
|
||||
AC_SUBST(PA_SOEXT, [.so])
|
||||
AC_DEFINE(PA_SOEXT, [".so"], [Shared object extension])
|
||||
|
||||
AC_SUBST(pulseconfdir, ["${sysconfdir}/pulse"])
|
||||
AX_DEFINE_DIR(PA_DEFAULT_CONFIG_DIR, pulseconfdir, [Location of configuration files])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue