Mercurial > mplayer.hg
changeset 12462:38f523e2c3ba
changes for alsa9/1.x-merge only alsa
author | joyping |
---|---|
date | Wed, 12 May 2004 22:48:15 +0000 |
parents | 4862a4cdd3b0 |
children | 3a7ef0fbc2f9 |
files | libao2/audio_out.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/audio_out.c Wed May 12 22:35:52 2004 +0000 +++ b/libao2/audio_out.c Wed May 12 22:48:15 2004 +0000 @@ -27,10 +27,10 @@ extern ao_functions_t audio_out_alsa5; #endif #ifdef HAVE_ALSA9 - extern ao_functions_t audio_out_alsa9; + extern ao_functions_t audio_out_alsa; #endif #ifdef HAVE_ALSA1X - extern ao_functions_t audio_out_alsa1x; + extern ao_functions_t audio_out_alsa; #endif #ifdef HAVE_NAS extern ao_functions_t audio_out_nas; @@ -76,10 +76,10 @@ &audio_out_oss, #endif #ifdef HAVE_ALSA1X - &audio_out_alsa1x, + &audio_out_alsa, #endif #ifdef HAVE_ALSA9 - &audio_out_alsa9, + &audio_out_alsa, #endif #ifdef HAVE_ALSA5 &audio_out_alsa5,