# HG changeset patch # User pontscho # Date 991737470 0 # Node ID e34336f4feaf4a219e0b37519855d28753a82c81 # Parent d9791ad3bc7a1f74cfbd900b0286ed78bb0353da add esd support and disabled default. diff -r d9791ad3bc7a -r e34336f4feaf libao2/audio_out.c --- a/libao2/audio_out.c Tue Jun 05 10:33:05 2001 +0000 +++ b/libao2/audio_out.c Tue Jun 05 10:37:50 2001 +0000 @@ -21,8 +21,14 @@ #ifdef HAVE_ALSA5 extern ao_functions_t audio_out_alsa5; #endif -//extern ao_functions_t audio_out_alsa9; -extern ao_functions_t audio_out_esd; +/* +#ifdef HAVE_ALSA9 + extern ao_functions_t audio_out_alsa9; +#endif +#ifdef HAVE_ESD + extern ao_functions_t audio_out_esd; +#endif +*/ #ifdef HAVE_SDL extern ao_functions_t audio_out_sdl; #endif @@ -34,8 +40,14 @@ #ifdef HAVE_ALSA5 &audio_out_alsa5, #endif -// &audio_out_alsa9, -// &audio_out_esd, +/* +#ifdef HAVE_ALSA9 + &audio_out_alsa9, +#endif +#ifdef HAVE_ESD + &audio_out_esd, +#endif +*/ #ifdef HAVE_SDL &audio_out_sdl, #endif