mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
move modules to ${libdir}/polypaudio-${PA_MAJORMINOR}/modules/
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@971 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
ea7995b764
commit
f8aa55c5ac
2 changed files with 2 additions and 3 deletions
|
|
@ -437,8 +437,8 @@ fi
|
|||
|
||||
AC_ARG_WITH(
|
||||
[module-dir],
|
||||
AC_HELP_STRING([--with-module-dir],[Directory where to install the modules to (defaults to ${libdir}/polypaudio-${PA_MAJORMINOR}]),
|
||||
[modlibexecdir=$withval], [modlibexecdir="${libdir}/polypaudio-${PA_MAJORMINOR}"])
|
||||
AC_HELP_STRING([--with-module-dir],[Directory where to install the modules to (defaults to ${libdir}/polypaudio-${PA_MAJORMINOR}/modules/]),
|
||||
[modlibexecdir=$withval], [modlibexecdir="${libdir}/polypaudio-${PA_MAJORMINOR}/modules/"])
|
||||
|
||||
AC_SUBST(modlibexecdir)
|
||||
|
||||
|
|
|
|||
1
doc/todo
1
doc/todo
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
Pre 0.9.0
|
||||
- add API to query the bufferattrs after stream creation
|
||||
- move the modules to /usr/lib/polypaudio-0.9.0/modules
|
||||
- add proper padsp script that makes $PADSP_xxx env vars from the command line arguments, just like esddsp does
|
||||
- move pa_cstrerror() to polypcore/core-error.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue