mirror of https://github.com/mpv-player/mpv
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:
parent
1a1cf37840
commit
f7d64b75ec
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue