Mercurial > mplayer.hg
changeset 16732:644baf91233c
ao_macosx is a native audio output driver and should thus have priority
over non-native outputs drivers like ao_sdl and the like.
author | diego |
---|---|
date | Tue, 11 Oct 2005 23:07:53 +0000 |
parents | be1316b8d1f6 |
children | d45ad3a15212 |
files | libao2/audio_out.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/audio_out.c Tue Oct 11 22:50:23 2005 +0000 +++ b/libao2/audio_out.c Tue Oct 11 23:07:53 2005 +0000 @@ -80,6 +80,9 @@ #ifdef HAVE_WIN32WAVEOUT &audio_out_win32, #endif +#ifdef MACOSX + &audio_out_macosx, +#endif #ifdef USE_OSS_AUDIO &audio_out_oss, #endif @@ -117,9 +120,6 @@ #ifdef HAVE_SDL &audio_out_sdl, #endif -#ifdef MACOSX - &audio_out_macosx, -#endif &audio_out_null, // should not be auto-selected: &audio_out_pcm,