[Mplayer-cvslog] CVS: main configure,1.653,1.654

Felix Buenemann atmosfear at users.sourceforge.net
Wed Feb 12 23:32:04 CET 2003


On Saturday 08 February 2003 00:14, Arpi of Ize wrote:
> Update of /cvsroot/mplayer/main
> In directory mail:/var/tmp.root/cvs-serv761
>
> Modified Files:
> 	configure
> Log Message:
> 10l
>
>
> Index: configure
> ===================================================================
> RCS file: /cvsroot/mplayer/main/configure,v
> retrieving revision 1.653
> retrieving revision 1.654
> diff -u -r1.653 -r1.654
> --- configure	7 Feb 2003 22:39:56 -0000	1.653
> +++ configure	7 Feb 2003 23:13:56 -0000	1.654
> @@ -3788,7 +3788,7 @@
>  EOF
>    if cc_check $_ld_faad -lm && "$TMPO" >> "$TMPLOG" ; then
>      _faad_version=`"$TMPO"`
> -    _faad_tempversion=`"$TMPO" | sed -e
> 's/^\([0-9]\+\)\.\([0-9]\+\).*/\1\2/'` +    _faad_tempversion=`"$TMPO" |
> sed -e 's/^\([0-9]*\)\.\([0-9]*\).*/\1\2/'` _def_faad_version="#define
> FAADVERSION $_faad_tempversion"
>      echores "yes ($_faad_version)"
>    else
>
??? why you changed it, before it could match 1.0, 10.2, 10.23 etc, now it 
will also match "." which is wrong (* means none or more, + means one or 
more).
-- 
Best Regards,
        Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________


More information about the MPlayer-cvslog mailing list