move macosx in the priority list after sdl, patch by Dan Christiansen

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12637 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2004-06-25 14:52:04 +00:00
parent 1a1cf37840
commit f7d64b75ec
1 changed files with 3 additions and 3 deletions

View File

@ -69,9 +69,6 @@ ao_functions_t* audio_out_drivers[] =
#ifdef HAVE_WIN32WAVEOUT
&audio_out_win32,
#endif
#ifdef MACOSX
&audio_out_macosx,
#endif
#ifdef USE_OSS_AUDIO
&audio_out_oss,
#endif
@ -102,6 +99,9 @@ ao_functions_t* audio_out_drivers[] =
#endif
#ifdef HAVE_SDL
&audio_out_sdl,
#endif
#ifdef MACOSX
&audio_out_macosx,
#endif
&audio_out_null,
// should not be auto-selected: