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
This commit is contained in:
Michael Biebl 2012-02-15 21:59:17 +01:00 committed by Arun Raghavan
parent cea6e16516
commit a96390d865
2 changed files with 13 additions and 4 deletions

4
src/utils/padsp → src/utils/padsp.in Executable file → Normal file
View file

@ -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