summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-25 16:05:11 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-25 16:05:11 +0000
commitf8aa55c5ac1f21fec9e1a5f0351328fb33366f2a (patch)
tree2e86959099fdeb3ff522d880a3ffb3092d0a9e39
parentea7995b764ed716bbe17576ebdba3a435de095d3 (diff)
move modules to ${libdir}/polypaudio-${PA_MAJORMINOR}/modules/
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@971 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--configure.ac4
-rw-r--r--doc/todo1
2 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 004053c2..157c01a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/doc/todo b/doc/todo
index 58b2fa6c..1d17d3cc 100644
--- a/doc/todo
+++ b/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