summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
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