summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2012-02-15 21:59:17 +0100
committerArun Raghavan <arun.raghavan@collabora.co.uk>2012-02-20 14:39:52 +0530
commita96390d86519cf38a23296d912a0271263774ec9 (patch)
tree510d41dca1839adfff2f60b537b38d3fd47e2d59 /src/utils
parentcea6e165164283f718a2896600c81810a7a87ddd (diff)
downloadpulseaudio-panda-a96390d86519cf38a23296d912a0271263774ec9.tar.gz
pulseaudio-panda-a96390d86519cf38a23296d912a0271263774ec9.tar.bz2
pulseaudio-panda-a96390d86519cf38a23296d912a0271263774ec9.zip
padsp: Move the padsp helper lib into a private library
libpulsedsp is only used as a LD_PRELOAD library for the padsp wrapper. So no need to have it in a public library
Diffstat (limited to 'src/utils')
-rw-r--r--[-rwxr-xr-x]src/utils/padsp.in (renamed from src/utils/padsp)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/padsp b/src/utils/padsp.in
index 4fe175c2..4ecce8cf 100755..100644
--- a/src/utils/padsp
+++ b/src/utils/padsp.in
@@ -76,9 +76,9 @@ done
shift $(( $OPTIND - 1 ))
if [ x"$LD_PRELOAD" = x ] ; then
- LD_PRELOAD="libpulsedsp.so"
+ LD_PRELOAD="@pkglibdir@/libpulsedsp.so"
else
- LD_PRELOAD="$LD_PRELOAD libpulsedsp.so"
+ LD_PRELOAD="$LD_PRELOAD @pkglibdir@/libpulsedsp.so"
fi
export LD_PRELOAD