[MPlayer-cvslog] CVS: main configure,1.940,1.941

Dominik 'Rathann' Mierzejewski dominik at rangers.eu.org
Thu Nov 25 22:34:08 CET 2004


On Thursday, 25 November 2004 at 21:03, Jiri Svoboda CVS wrote:
> CVS change done by Jiri Svoboda CVS
> 
> Update of /cvsroot/mplayer/main
> In directory mail:/var2/tmp/cvs-serv18268
> 
> Modified Files:
> 	configure 
> Log Message:
> Removal of vo_directfb.c (configure part). From now DirectFB => 0.9.13 is required for vo directfb.
> 
> Index: configure
> ===================================================================
> RCS file: /cvsroot/mplayer/main/configure,v
> retrieving revision 1.940
> retrieving revision 1.941
> diff -u -r1.940 -r1.941
> --- configure	22 Nov 2004 10:28:36 -0000	1.940
> +++ configure	25 Nov 2004 20:03:11 -0000	1.941
> @@ -3308,7 +3308,13 @@
>    if cc_check $_inc_directfb -ldirectfb && "$TMPO" >> "$TMPLOG" ; then
>      _directfb_version=`"$TMPO"`
>      _def_directfb_version="#define DIRECTFBVERSION $_directfb_version"
> -    echores "yes ($_directfb_version)"
> +    if test "$_directfb_version" -ge 913; then
> +	echores "yes ($_directfb_version)"
> +    else
> +        _def_directfb_version='#undef DIRECTFBVERSION'
> +	_directfb=no
> +	echores "no (version =>0.9.13 required)"

Small nit:
We usually write ">=" (greater or equal), not "=>" (equal or greater).

-- 
MPlayer RPMs maintainer: http://greysector.rangers.eu.org/mplayer/
"I am Grey. I stand between the candle and the star. We are Grey.
 We stand between the darkness ... and the light."
        -- Delenn in Grey Council in Babylon 5:"Babylon Squared"




More information about the MPlayer-cvslog mailing list