[MPlayer-cygwin] [PATCH] ao directsound

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Tue Sep 21 18:40:43 CEST 2004


Hi,

> If there are no objections I will commit this tomorrow.
> Ao dsound is working a lot better for me than ao win32.
[...]

>  #ifdef HAVE_WIN32WAVEOUT
>  extern ao_functions_t audio_out_win32;
>  #endif
> +#ifdef HAVE_DIRECTX
> +extern ao_functions_t audio_out_dsound;
> +#endif
>  #ifdef HAVE_DXR2
>  extern ao_functions_t audio_out_dxr2;
>  #endif
> @@ -72,6 +75,9 @@
>  #ifdef HAVE_WIN32WAVEOUT
>          &audio_out_win32,
>  #endif
> +#ifdef HAVE_DIRECTX
> +        &audio_out_dsound,
> +#endif
>  #ifdef USE_OSS_AUDIO
>          &audio_out_oss,
>  #endif

If it works much better, why not moving it on top of audio_out_win32, 
thus making it default? I will also make more people test it (even if 
they don't want to ;-) )

Greetings,
Reimar Döffinger




More information about the MPlayer-cygwin mailing list