# HG changeset patch # User faust3 # Date 1035563667 0 # Node ID 01198a05d97c90688541e4c0f86d2cadb4a0dd82 # Parent 283093551036210b077c8526c6d40d8bdbabc48f add ao_win32 diff -r 283093551036 -r 01198a05d97c libao2/audio_out.c --- a/libao2/audio_out.c Fri Oct 25 16:25:41 2002 +0000 +++ b/libao2/audio_out.c Fri Oct 25 16:34:27 2002 +0000 @@ -38,6 +38,9 @@ #ifdef USE_SGI_AUDIO extern ao_functions_t audio_out_sgi; #endif +#ifdef HAVE_WIN32WAVEOUT +extern ao_functions_t audio_out_win32; +#endif #ifdef HAVE_DXR2 extern ao_functions_t audio_out_dxr2; #endif @@ -69,6 +72,9 @@ #ifdef USE_SUN_AUDIO &audio_out_sun, #endif +#ifdef HAVE_WIN32WAVEOUT + &audio_out_win32, +#endif // wrappers: #ifdef USE_ARTS &audio_out_arts,