[MPlayer-cygwin] [PATCH] ao directsound

Joey Parrish joey at nicewarrior.org
Wed Sep 22 00:45:28 CEST 2004


On Tue, Sep 21, 2004 at 06:40:43PM +0200, Reimar Döffinger wrote:
> >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 ;-) )

Yeah, commit in the next week and I'll make all of the users of my
packages test it.  :)

I want directsound bad enough to put up with 100 emails saying "mplayer
broke, tell me how to fix!!1" with absolutely no useful information...

--Joey

-- 
"There are trivial truths and there are great truths.  The opposite of a
trivial truth is plainly false.  The opposite of a great truth is also true."
  --Neils Bohr




More information about the MPlayer-cygwin mailing list