summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-05-25 13:56:14 +0000
committerPierre Ossman <ossman@cendio.se>2006-05-25 13:56:14 +0000
commit0387b30994185a44e6df737c529ddda24325c671 (patch)
treefe5e551bd1d4cf84359c1baf9f4e2f39dbe2b5df /src/utils
parent1799b7ac332e0309437c41c676358078cc1f659c (diff)
Use only the basename of libpolypdsp.so so that it will work on multi-arch
systems. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@969 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/padsp (renamed from src/utils/padsp.in)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/padsp.in b/src/utils/padsp
index d82e92fe..9f38cf3d 100644
--- a/src/utils/padsp.in
+++ b/src/utils/padsp
@@ -20,9 +20,9 @@
# USA.
if [ x"$LD_PRELOAD" = x ] ; then
- LD_PRELOAD="@LIBPOLYPDSP@"
+ LD_PRELOAD="libpolypdsp.so"
else
- LD_PRELOAD="$LD_PRELOAD @LIBPOLYPDSP@"
+ LD_PRELOAD="$LD_PRELOAD libpolypdsp.so"
fi
export LD_PRELOAD