mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
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:
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
4
src/utils/padsp → src/utils/padsp.in
Executable file → Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue