mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 04:51:52 +00:00
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.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17646 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
86e6ef0ca1
commit
d7998ea0ef
2
configure
vendored
2
configure
vendored
@ -1225,7 +1225,7 @@ EOF
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user