1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-18 13:47:04 +00:00

ppc970 support, patch by Romain Dolbeau

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11849 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2004-01-25 18:18:21 +00:00
parent e43cfb1e4f
commit aecc31b2ca

7
configure vendored
View File

@ -902,6 +902,13 @@ EOF
*) ;;
esac
fi
# gcc 3.2 and up supports 970
if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "3"; then
case "$proc" in
970*) _march='-mcpu=970' _mcpu='-mtune=970' ;;
*) ;;
esac
fi
fi
if test -n "$_mcpu"; then