summarylogtreecommitdiffstats
path: root/padsp-lib32.patch
blob: 73c0ea66b5bcfc1e6f8719598888bcbedba51039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff -u -r foo/usr/bin/padsp bar/usr/bin/padsp
--- foo/usr/bin/padsp	2015-09-09 14:26:20.000000000 +0200
+++ bar/usr/bin/padsp	2015-09-09 14:47:54.828230174 +0200
@@ -74,9 +74,9 @@
 shift $(( $OPTIND - 1 ))
 
 if [ x"$LD_PRELOAD" = x ] ; then
-   LD_PRELOAD="/usr/lib/pulseaudio/libpulsedsp.so"
+   LD_PRELOAD="/usr/\$LIB/pulseaudio/libpulsedsp.so"
 else
-   LD_PRELOAD="$LD_PRELOAD /usr/lib/pulseaudio/libpulsedsp.so"
+   LD_PRELOAD="$LD_PRELOAD /usr/\$LIB/pulseaudio/libpulsedsp.so"
 fi
 
 export LD_PRELOAD