# HG changeset patch # User nplourde # Date 1089492985 0 # Node ID 0d9fe5027971137165d2053c07e5bc2b52500fef # Parent f41c06b45d1cf340c0ca72eb6eecd8be127f9151 ao_macosx is fixed, moving it back to top diff -r f41c06b45d1c -r 0d9fe5027971 libao2/audio_out.c --- 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