[Mplayer-cvslog] CVS: main configure,1.766,1.767
pl CVS
pl at mplayerhq.hu
Fri Sep 12 17:53:24 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv18057
Modified Files:
configure
Log Message:
patch by Guido Guenther <agx at sigxcpu.org>:
"detects the ppc 7455 CPU and treats it as 7450"
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.766
retrieving revision 1.767
diff -u -r1.766 -r1.767
--- configure 8 Sep 2003 10:09:02 -0000 1.766
+++ configure 12 Sep 2003 15:52:57 -0000 1.767
@@ -860,7 +860,7 @@
if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "1"; then
case "$proc" in
7400*|7410*) _march='-mcpu=7400' _mcpu='-mtune=7400' ;;
- 7450*) _march='-mcpu=7450' _mcpu='-mtune=7450' ;;
+ 7450*|7455*) _march='-mcpu=7450' _mcpu='-mtune=7450' ;;
*) ;;
esac
fi
More information about the MPlayer-cvslog
mailing list