[MPlayer-cvslog] CVS: main configure,1.1134,1.1135
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Sat Feb 18 21:04:45 CET 2006
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv1305
Modified Files:
configure
Log Message:
upport another G4 flavour: MPC7447* chips.
(MPC7448, MPC7445 and MPC7457 are still not supported currently, but it remains to be seen if they have been used in any real computer.)
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1134
retrieving revision 1.1135
diff -u -r1.1134 -r1.1135
--- configure 16 Feb 2006 20:45:24 -0000 1.1134
+++ configure 18 Feb 2006 20:04:42 -0000 1.1135
@@ -1225,7 +1225,7 @@
if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "1" || test "$_cc_major" -ge "4"; then
case "$proc" in
7400*|7410*) _march='-mcpu=7400' _mcpu='-mtune=7400' ;;
- 7450*|7455*) _march='-mcpu=7450' _mcpu='-mtune=7450' ;;
+ 7447*|7450*|7455*) _march='-mcpu=7450' _mcpu='-mtune=7450' ;;
*) ;;
esac
fi
More information about the MPlayer-cvslog
mailing list