[MPlayer-dev-eng] [PATCH] Remote ESD Support in gmplayer

Reimar Döffinger uvhe at rz.uni-karlsruhe.de
Sat Jan 29 17:40:27 CET 2005


Hi,
On Sat, Jan 29, 2005 at 03:14:39PM +0100, Paul Wilhelm Elsinghorst wrote:
> Allowes configuration of remote ESD and using the Software Mixer as
> needed with remote ESD.

Why is an option to use the software mixer necessary? Can't ao_esd
autmotically detect when it is neccessary and when not?

> @@ -207,6 +209,7 @@
>      gtk_widget_set_sensitive( AConfig,FALSE );
>      if ( !strncmp( ao_driver[0],"oss",3 ) ||
>           !strncmp( ao_driver[0],"alsa",4 ) ||
> +	 !strncmp( ao_driver[0],"esd",3 ) ||
>           !strncmp( ao_driver[0],"sdl",3 ) )
>        gtk_widget_set_sensitive( AConfig,TRUE );
>     }
[...]
> @@ -605,6 +610,7 @@
>          gtk_widget_set_sensitive( AConfig,FALSE );
>          if ( !strncmp( ao_driver[0],"oss",3 ) ||
>               !strncmp( ao_driver[0],"alsa",4 ) ||
> +	     !strncmp( ao_driver[0],"esd",3 ) ||
>               !strncmp( ao_driver[0],"sdl",3 ) ) {

fix the indentation here

Greetings,
Reimar Döffinger




More information about the MPlayer-dev-eng mailing list