ao_macosx is a native audio output driver and should thus have priority

over non-native outputs drivers like ao_sdl and the like.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16733 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-10-11 23:07:53 +00:00
parent f1e2fc9dde
commit 8723503a71
1 changed files with 3 additions and 3 deletions

View File

@ -80,6 +80,9 @@ 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
@ -116,9 +119,6 @@ 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: