changes for alsa9/1.x-merge only alsa

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12463 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
joyping 2004-05-12 22:48:15 +00:00
parent 85210d8dad
commit 616ae6dc6c
1 changed files with 4 additions and 4 deletions

View File

@ -27,10 +27,10 @@ extern ao_functions_t audio_out_null;
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 @@ ao_functions_t* audio_out_drivers[] =
&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,