1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-01 12:42:04 +00:00

patch by Guido Guenther <agx@sigxcpu.org>:

"detects the ppc 7455 CPU and treats it as 7450"


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10857 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pl 2003-09-12 15:52:57 +00:00
parent b00db67557
commit 351d847c12

2
configure vendored
View File

@ -860,7 +860,7 @@ EOF
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