r2262

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Sat Jul 19 14:43:22 CEST 2008


Author: sonny_jim
Date: 2008-07-19 14:43:22 +0200 (Sat, 19 Jul 2008)
New Revision: 2262

Log:
Ignoring changes 

Modified: trunk/user/esd/src/esddsp
===================================================================
--- trunk/user/esd/src/esddsp	2008-07-19 12:43:11 UTC (rev 2261)
+++ trunk/user/esd/src/esddsp	2008-07-19 12:43:22 UTC (rev 2262)
@@ -103,10 +103,10 @@
 fi
 
 # setup esd to hijack calls made to /dev/dsp
-prefix=/usr/
+prefix=/nonexistent
 exec_prefix=${prefix}
 
-LD_PRELOAD="/usr/lib64//libesddsp.so.0 /usr/lib64//libesd.so.0 $LD_PRELOAD"
+LD_PRELOAD="${exec_prefix}/lib/libesddsp.so.0 ${exec_prefix}/lib/libesd.so.0 $LD_PRELOAD"
 export LD_PRELOAD
 
 # invoke the program with the args given



More information about the dslinux-commit mailing list