[MPlayer-dev-eng] [PATCH] openal output

Diego Biurrun diego at biurrun.de
Wed Feb 15 08:44:53 CET 2006


On Tue, Feb 14, 2006 at 08:48:09PM +0100, Reimar Döffinger wrote:
> Are the build-system parts okay? Should I commit?
> 
> --- configure	11 Feb 2006 23:29:51 -0000	1.1131
> +++ configure	13 Feb 2006 19:27:34 -0000
> @@ -4797,6 +4804,31 @@
>  fi
>  echores "$_jack"
>  
> +echocheck "OpenAL"
> +if test "$_openal" = auto ; then
> +  _openal=yes

Huh?  Normal semantics are to initialize the variable to no and then set
it to yes when the test succeeds...

Diego




More information about the MPlayer-dev-eng mailing list