mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
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
This commit is contained in:
parent
1799b7ac33
commit
0387b30994
2 changed files with 5 additions and 11 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue