[xiph-cvs] cvs commit: ao/src/plugins/esd ao_esd.c

Stan Seibert volsung at xiph.org
Fri Sep 21 07:18:59 PDT 2001



volsung     01/09/21 07:18:59

  Modified:    src/plugins/esd ao_esd.c
  Log:
  Patch from Eduard Bloch <inet at zombie.inka.de> to prevent ESD from spawning during
  autodetection.  Should fix Debian bug #110858.

Revision  Changes    Path
1.6       +2 -0      ao/src/plugins/esd/ao_esd.c

Index: ao_esd.c
===================================================================
RCS file: /usr/local/cvsroot/ao/src/plugins/esd/ao_esd.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ao_esd.c	2001/08/04 02:56:16	1.5
+++ ao_esd.c	2001/09/21 14:18:58	1.6
@@ -60,6 +60,8 @@
 {
         int sock;
 
+	/* don't wake up the beast while detecting */
+	setenv("ESD_NO_SPAWN", "1", 1); 
         sock = esd_open_sound(NULL);
         if (sock < 0) 
                 return 0;

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list