Mercurial > mplayer.hg
changeset 7916:01198a05d97c
add ao_win32
author | faust3 |
---|---|
date | Fri, 25 Oct 2002 16:34:27 +0000 |
parents | 283093551036 |
children | 5ae8a326a31b |
files | libao2/audio_out.c |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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,