mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 13:21:13 +00:00
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:
parent
85210d8dad
commit
616ae6dc6c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user