[Mplayer-cvslog] CVS: main configure,1.673,1.674
Atmosfear
atmos4 at mplayerhq.hu
Mon Feb 24 00:48:06 CET 2003
- Previous message: [Mplayer-cvslog] CVS: main configure,1.672,1.673
- Next message: [Mplayer-cvslog] CVS: main/postproc swscale.c,1.118,1.119 swscale_template.c,1.99,1.100 swscale_internal.h,1.2,1.3 yuv2rgb.c,1.18,1.19 yuv2rgb_mlib.c,1.6,1.7yuv2rgb_template.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv5550
Modified Files:
configure
Log Message:
fix of fix of my sed code, should now be portable
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.673
retrieving revision 1.674
diff -u -r1.673 -r1.674
--- configure 23 Feb 2003 23:44:16 -0000 1.673
+++ configure 23 Feb 2003 23:48:03 -0000 1.674
@@ -3881,7 +3881,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]\{1,\}\)\.\([0-9]\{1,\}\).*/\1\2/'`
_def_faad_version="#define FAADVERSION $_faad_tempversion"
echores "yes ($_faad_version)"
else
- Previous message: [Mplayer-cvslog] CVS: main configure,1.672,1.673
- Next message: [Mplayer-cvslog] CVS: main/postproc swscale.c,1.118,1.119 swscale_template.c,1.99,1.100 swscale_internal.h,1.2,1.3 yuv2rgb.c,1.18,1.19 yuv2rgb_mlib.c,1.6,1.7yuv2rgb_template.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list