mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
PPC: allow --cpu=E500[v2]
Patch by Ancoron Luciferis <ancoron chaoslayer de> Originally committed as revision 21544 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5634889107
commit
7b0b81a16d
8
configure
vendored
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…
x
Reference in New Issue
Block a user