[MPlayer-cvslog] CVS: main configure,1.1204,1.1205
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sun May 14 14:07:29 CEST 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv8058
Modified Files:
configure
Log Message:
Use egrep together with extended regular expressions for greater portability.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1204
retrieving revision 1.1205
diff -u -r1.1204 -r1.1205
--- configure 14 May 2006 10:33:27 -0000 1.1204
+++ configure 14 May 2006 12:07:26 -0000 1.1205
@@ -839,7 +839,7 @@
pmodel=`$_cpuinfo | grep -v 'model name' | grep 'model' | cut -d ':' -f 2 | cut -d ' ' -f 2 | _head 1`
pstepping=`$_cpuinfo | grep 'stepping' | cut -d ':' -f 2 | cut -d ' ' -f 2 | _head 1`
- exts=`$_cpuinfo | grep 'features\|flags' | cut -d ':' -f 2 | _head 1`
+ exts=`$_cpuinfo | egrep 'features|flags' | cut -d ':' -f 2 | _head 1`
pparam=`echo $exts | sed -e s/k6_mtrr/mtrr/ -e s/cyrix_arr/mtrr/ \
-e s/xmm/sse/ -e s/kni/sse/`
More information about the MPlayer-cvslog
mailing list