0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Move the sun audio driver near the start of the list of audio drivers, so

that it has priority over the 'null' driver.  On solaris (without OSS
drivers), the sun audio driver is now the default audio driver.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1726 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jkeil 2001-08-28 10:54:31 +00:00
parent 52b53568c2
commit 92828938a3

View File

@ -41,6 +41,9 @@ ao_functions_t* audio_out_drivers[] =
{
#ifdef USE_OSS_AUDIO
&audio_out_oss,
#endif
#ifdef USE_SUN_AUDIO
&audio_out_sun,
#endif
&audio_out_null,
#ifdef HAVE_ALSA5
@ -54,9 +57,6 @@ ao_functions_t* audio_out_drivers[] =
#endif
#ifdef HAVE_SDL
&audio_out_sdl,
#endif
#ifdef USE_SUN_AUDIO
&audio_out_sun,
#endif
&audio_out_pcm,
// &audio_out_pss,