PPC: allow --cpu=E500[v2]

Patch by Ancoron Luciferis <ancoron chaoslayer de>

Originally committed as revision 21544 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Ancoron Luciferis 15 years ago committed by Måns Rullgård
parent 5634889107
commit 7b0b81a16d
  1. 8
      configure

8
configure vendored

@ -1912,6 +1912,14 @@ elif enabled ppc; then
cpuflags="-mcpu=cell"
enable ldbrx
;;
e500v2)
cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
disable altivec
;;
e500)
cpuflags="-mcpu=8540 -mhard-float"
disable altivec
;;
esac
elif enabled x86; then

Loading…
Cancel
Save