Mercurial > mplayer.hg
changeset 12792:0d9fe5027971
ao_macosx is fixed, moving it back to top
author | nplourde |
---|---|
date | Sat, 10 Jul 2004 20:56:25 +0000 |
parents | f41c06b45d1c |
children | a9429d90157a |
files | libao2/audio_out.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/audio_out.c Sat Jul 10 18:40:17 2004 +0000 +++ b/libao2/audio_out.c Sat Jul 10 20:56:25 2004 +0000 @@ -16,6 +16,9 @@ #ifdef USE_OSS_AUDIO extern ao_functions_t audio_out_oss; #endif +#ifdef MACOSX +extern ao_functions_t audio_out_macosx; +#endif #ifdef USE_ARTS extern ao_functions_t audio_out_arts; #endif @@ -50,9 +53,6 @@ #ifdef HAVE_WIN32WAVEOUT extern ao_functions_t audio_out_win32; #endif -#ifdef MACOSX -extern ao_functions_t audio_out_macosx; -#endif #ifdef HAVE_DXR2 extern ao_functions_t audio_out_dxr2; #endif